From d19414628da07beab66df0ab6f1fd72557b6fb27 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 3 Feb 2008 01:35:05 +0000 Subject: [PATCH] Patch from Paul Timmins adding check_number field --- AuthorizeNet/AIM.pm | 4 +++- Changes | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/Changes b/Changes index 2277632..a80a1f5 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet. - Patch from Erik Hollensbe implementing card-present data (track1/track2) and the duplicate_window parameter, and test fixes. Thanks! + - Patch from Paul Timmins adding check_number field 3.19 Fri Nov 23 12:46:05 PST 2007 - ironically, forgot the 3.18 changelog, so this is 3.19 anyway :) -- 2.11.0