diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Jettis.pm | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ Revision history for Perl extension Business::OnlinePayment::Jettis. type still, so as not to break existing applications) -pass PS_TXN_TYPE field type to jettis -pass customer_ssn as SSN4 - -pass bogus DL_NUM and DL_STATE info (XXX wtf?) + -pass bogus DL_NUM and DL_STATE info to pass validation test 0.02 Sun Jan 25 02:43:21 PST 2009 -change SOR flag from Y to N to allow Jettis to scrub transactions @@ -242,8 +242,8 @@ sub submit { ADDR_COUNTRY => \'840', # US MERCH_TEXT_AREA => 'description', BILL_ITEM_ID => 'order_number', - DL_NUM => \'B01111111111', #XXX - DL_STATE => 'state', #XXX + DL_NUM => \'B01111111111', #XXX state_id (license_num?) + DL_STATE => 'state', #XXX state_id_state ); my %post_data = $self->get_fields(qw( |