diff options
author | ivan <ivan> | 2009-11-14 23:57:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-14 23:57:09 +0000 |
commit | f1a63cdaaf5cc29fd26d2c0a8fec39e01c2f5e3f (patch) | |
tree | e87f088f57b37c37ad6792d9c606b28878ac5718 /AuthorizeNet/AIM.pm | |
parent | 0191a3df714002d7f1afc4f87c034699fd37d64e (diff) |
- Add repository, contributing and contirbutor information to the docs.
- Patch from Nate Nuss <ogmoid[...]gmail.com> implementing ("Additional
Shipping Information (Level 2 Data)" ~pg 24 in the AIM guide):
tax, freight, duty, tax_exempt, po_number. Thanks!
Diffstat (limited to 'AuthorizeNet/AIM.pm')
-rw-r--r-- | AuthorizeNet/AIM.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/AuthorizeNet/AIM.pm b/AuthorizeNet/AIM.pm index c4e4b3b..36296f0 100644 --- a/AuthorizeNet/AIM.pm +++ b/AuthorizeNet/AIM.pm @@ -124,6 +124,11 @@ sub submit { ship_state => 'x_Ship_To_State', ship_zip => 'x_Ship_To_Zip', ship_country => 'x_Ship_To_Country', + tax => 'x_Tax', + freight => 'x_Freight', + duty => 'x_Duty', + tax_exempt => 'x_Tax_Exempt', + po_number => 'x_Po_Num', phone => 'x_Phone', fax => 'x_Fax', email => 'x_Email', @@ -210,6 +215,7 @@ sub submit { x_Ship_To_Last_Name x_Ship_To_First_Name x_Ship_To_Company x_Ship_To_Address x_Ship_To_City x_Ship_To_State x_Ship_To_Zip x_Ship_To_Country + x_Tax x_Freight x_Duty x_Tax_Exempt x_Po_Num x_Phone x_Fax x_Email x_Email_Customer x_Country x_Currency_Code x_Trans_ID x_Duplicate_Window x_Track1 x_Track2/); |