X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=AuthorizeNet%2FAIM.pm;fp=AuthorizeNet%2FAIM.pm;h=c4e4b3b69067832e9547f2df4f8b198a0e539c1b;hb=d19414628da07beab66df0ab6f1fd72557b6fb27;hp=fa4d8de609e9714a8bb72d4a43af2d13f6344798;hpb=b37bbf2a8200bd93bc59634dc7d12ce3afb67613;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/AuthorizeNet/AIM.pm b/AuthorizeNet/AIM.pm index fa4d8de..c4e4b3b 100644 --- a/AuthorizeNet/AIM.pm +++ b/AuthorizeNet/AIM.pm @@ -12,7 +12,7 @@ require Exporter; @ISA = qw(Exporter Business::OnlinePayment::AuthorizeNet); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '3.18'; +$VERSION = '3.20'; sub set_defaults { my $self = shift; @@ -137,6 +137,7 @@ sub submit { account_type => 'x_Bank_Acct_Type', bank_name => 'x_Bank_Name', routing_code => 'x_Bank_ABA_Code', + check_number => 'x_Bank_Check_Number', customer_org => 'x_Customer_Organization_Type', customer_ssn => 'x_Customer_Tax_ID', license_num => 'x_Drivers_License_Num', @@ -200,6 +201,7 @@ sub submit { x_Description x_Amount x_Cust_ID x_Method x_Type x_Card_Num x_Exp_Date x_Card_Code x_Auth_Code x_Echeck_Type x_Bank_Acct_Num x_Bank_Account_Name x_Bank_ABA_Code x_Bank_Name x_Bank_Acct_Type + x_Bank_Check_Number x_Customer_Organization_Type x_Customer_Tax_ID x_Customer_IP x_Drivers_License_Num x_Drivers_License_State x_Drivers_License_DOB x_Last_Name x_First_Name x_Company