summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
AgeCommit message (Collapse)Author
2007-04-08add bank account type handlingjeff
2007-03-02Trim the extra 'ip_addr="1.2.3.4"' added by eProcessingNetwork's ↵ivan
AuthorizetNet compatability mode.
2006-11-143.16Business_OnlinePayment_AuthorizeNet_3_16ivan
2006-10-18patch from Michael G. Schwern: Eliminate inheriting from AutoLoader. We're ↵ivan
not using it and it just screws up the error messages, account_type mentioned twice in the required fields for checks, and Quiet an uninit value warning when customer_org is not set.
2006-08-22patch for correct mapping of ship_company from Mike Barryivan
2005-03-13expiration is not a required fields for creditsivan
2004-10-20Ask for ',' delimiter and '"' quote explicitly to prevent problems when a ↵ivan
merchant has them configured differently
2004-09-21fix rqeuired fields for echeck voidingivan
2004-06-26add shop_ name/address fields, add cvv2/cavv responsesivan
2003-07-29 From valerian <valerian2@hotpop.com>:ivan
- Added "avs_code" method - Return "order_number" for unsucessful transactions also
2003-07-29 From Daemon Hughes <daemmon@daemmonhughes.com>:ivan
- add "transaction key" (x_Tran_Key) authentication in addition to password - add "recurring_billing" field - added "md5" method
2003-06-30 - Don't require "check_type" fieldivan
- s/x_Bank_Account_Name/x_Bank_Acct_Name/ for ACH transactions
2003-04-28gratuitous TLD proliferationivan
2003-04-21allow "Post Authorize" with order_number but no card infoivan
patch from Paul Zimmer <AuthorizeNetpm@pzimmer.box.bepress.com>
2003-02-26request patches as diff -uivan
2003-01-22added 'void' actionivan
2002-11-26eek 3.13ivan
2002-11-22syntax error in patch, bahivan
2002-11-22 - Added nonascii.patch from "T.J. Mather" <tjmather@maxmind.com> toivan
put Text::CSV in binary mode to prevent problems with i18n characters (closes: cpan#1804) - ECHECK (ACH) patch from "Michael Mavroudis" <mjm@m5s.net> to add fields for ssn and license #
2002-08-16Added documentation about referrer field at Authorize.Netivan
2002-08-14currency fieldivan
2002-08-03Added referer field, patch from Mike Barry <mbarry@cos.com>ivan
2002-07-31added cvv2 fieldivan
2002-04-24Escape 0x00 (NULL) in responses from Authorize.Net. wtf?ivan
2002-04-24escape nulls for testingivan
2002-04-23*sigh* typosivan
2002-04-23debugging informationivan
2002-03-13working post auth supportivan
2002-02-16Got settlements working by adding an order_number method for submitting the ↵thalakan
transaction ID.
2002-02-12s/CSV/CSV_XS/ and 3.02ivan
2002-02-12s/CSV/CSV_XS/givan
2001-11-14disable t/credit_card.t test: testdrive account no longer validBUSINESS_ONLINEPAYMENT_AUTHORIZENET_3_01ivan
2001-09-01initial importSTARTBUSINESS_ONLINEPAYMENT_AUTHORIZENET_3_00ivan