summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
AgeCommit message (Collapse)Author
2016-06-07#42638: Update URLs for B::OP AuthorizeNetJonathan Prykop
2016-06-04typo and copyright yearIvan Kohler
2016-01-29fix linkIvan Kohler
2016-01-29fix linkIvan Kohler
2015-12-203.23Ivan Kohler
2014-02-15Documentation: add country and email fields to example (closes: CPAN#80337)Ivan Kohler
2014-02-15- Documentation: fix spelling errors, thanks to Xavier GuimardIvan Kohler
- Documentation: remove redundant/out-of-date AUTHORS section in AIM.pm
2014-01-26Don't require libense_num / license_state / license_dob for E-Check ↵Ivan Kohler
transacitons; not a universal requirement. Patch from Craig Pearlman, thanks!
2010-12-20- Incorporate Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes byivan
Thomas Sibley and, using it, provide more descriptive error messages. - Switch to Business::OnlinePayment::HTTPS instead of using Net::SSLeay directly
2009-12-05Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix testsivan
2009-11-24Clarified documentation wrt transaction key (closes: CPAN#23753)ivan
2009-11-15 - Patch from Michael Peters to fix a bug in email address handling:ivan
exclude x_Email_Customer flag when it is not specified in content, to avoid overriding admin settings.
2009-11-14 - Add repository, contributing and contirbutor information to the docs.ivan
- 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!
2009-03-24add repo informationivan
2008-01-12Patch from Erik Hollensbe <erikh@opensourcery.com> implementing ard-present ↵ivan
data (track1/track2) and the duplicate_window parameter, and test fixes
2007-11-23*** empty log message ***Business_OnlinePayment_AuthorizeNet_3_19ivan
2007-11-21not sure... but need to send something to the customer now and erring this ↵Business_OnlinePayment_AuthorizeNet_3_18ivan
way is better
2007-11-20fat fingersjeff
2007-11-20add ARB (recurring authorizations/subscriptions) supportjeff
2007-11-09Patch From Steve Simitzis for better compatiblity with eProcessingNetwork's ↵ivan
AuthorizeNet compatability mode.
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