summaryrefslogtreecommitdiff
path: root/AuthorizeNet
diff options
context:
space:
mode:
authorivan <ivan>2008-01-12 00:09:29 +0000
committerivan <ivan>2008-01-12 00:09:29 +0000
commit2c7a3e7c8a775b93195c231168ea41acd05ef0a5 (patch)
tree5956dc3f3f8b3dc0d9f3552e86de0604193b943e /AuthorizeNet
parentf62baef5adfb6d0e4f70255ca71fc40f5b057c5d (diff)
Patch from Erik Hollensbe <erikh@opensourcery.com> implementing ard-present data (track1/track2) and the duplicate_window parameter, and test fixes
Diffstat (limited to 'AuthorizeNet')
-rw-r--r--AuthorizeNet/AIM.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/AuthorizeNet/AIM.pm b/AuthorizeNet/AIM.pm
index 7e4e963..fa4d8de 100644
--- a/AuthorizeNet/AIM.pm
+++ b/AuthorizeNet/AIM.pm
@@ -143,6 +143,9 @@ sub submit {
license_state => 'x_Drivers_License_State',
license_dob => 'x_Drivers_License_DOB',
recurring_billing => 'x_Recurring_Billing',
+ duplicate_window => 'x_Duplicate_Window',
+ track1 => 'x_Track1',
+ track2 => 'x_Track2',
);
my $auth_type = $self->{_content}->{transaction_key}
@@ -206,7 +209,7 @@ sub submit {
x_Ship_To_Address x_Ship_To_City x_Ship_To_State x_Ship_To_Zip
x_Ship_To_Country
x_Phone x_Fax x_Email x_Email_Customer x_Country
- x_Currency_Code x_Trans_ID/);
+ x_Currency_Code x_Trans_ID x_Duplicate_Window x_Track1 x_Track2/);
$post_data{'x_Test_Request'} = $self->test_transaction() ? 'TRUE' : 'FALSE';