Silence new warnings about lc(undef) introduced in perl 5.12. Patch from Todd Rinald...
[Business-OnlinePayment-AuthorizeNet.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
2
3 3.22  unreleased
4         - Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix
5           tests.  Patch from Rob Brown, thanks!  (closes: CPAN#52444)
6         - Incorporate Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes by
7           Thomas Sibley and, using it, provide more descriptive error messages.
8         - Switch to Business::OnlinePayment::HTTPS instead of using Net::SSLeay
9           directly
10         - Silence new warnings about lc(undef) introduced in perl 5.12.  Patch
11           from Todd Rinaldo, thanks!
12
13 3.21  Tue Nov 24 10:45:21 PST 2009
14         - Add repository, contributing and contirbutor information to the docs.
15         - Patch from Nate Nuss <ogmoid[...]gmail.com> implementing ("Additional
16           Shipping Information (Level 2 Data)" ~pg 24 in the AIM guide):
17           tax, freight, duty, tax_exempt, po_number.  Thanks!
18           (closes: CPAN#42046)
19         - Patch from Michael Peters to fix a bug in email address handling:
20           exclude x_Email_Customer flag when it is not specified in content,
21           to avoid overriding admin settings.  (closes: CPAN#51501)
22         - Patch from Josh Rosenbaum to fix encapsulation problems.  Thanks!
23           (closes: CPAN#15210)
24         - Clarified documentation wrt transaction key (closes: CPAN#23753)
25         - ARB (recurring billing) fixes from John Springer, thanks!
26           (closes: CPAN#48625)
27         - Add META.yml
28
29 3.20  Wed Jun 18 16:46:10 PDT 2008
30         - Patch from Erik Hollensbe <erikh@opensourcery.com> implementing
31           card-present data (track1/track2) and the duplicate_window parameter,
32           and test fixes.  Thanks!
33         - Patch from Paul Timmins <paul@timmins.net> adding check_number field.
34
35 3.19  Fri Nov 23 12:46:05 PST 2007
36         - ironically, forgot the 3.18 changelog, so this is 3.19 anyway :)
37
38 3.18  Fri Nov 23 10:55:44 PST 2007
39         - Patch From Steve Simitzis for better compatiblity with
40           eProcessingNetwork's AuthorizeNet compatability mode.
41         - added ARB support, rearranging code in the process (Jeff Finucane)
42
43 3.17  Tue Jul 10 21:12:46 PDT 2007
44         - Trim the extra 'ip_addr="1.2.3.4"' added by eProcessingNetwork's
45           AuthorizeNet compatability mode.
46         - add bank account type handling
47
48 3.16  Tue Nov 14 02:35:30 PST 2006
49         - Update link to API docs, now it is called "Advanced Integration
50           Method (AIM)"
51         - Update test account, separate ACH-capable one
52         - patch to map ship_company properly to x_Ship_To_Company from Mike
53           Barry <MBarry@cos.com>
54         - Documentation patch from William McKee <WMCKEE@cpan.org>
55         From Michael G. Schwern <MSCHWERN@cpan.org>:
56         - Eliminate inheriting from AutoLoader. We're not using it and it just
57           screws up the error messages.
58         - account_type mentioned twice in the required fields for checks.
59         - Quiet an uninit value warning when customer_org is not set.
60         - Fix t/credit_card.t test to use a date 11 months in the future as
61           the expiration date, and to print the error message on failure.
62         - Update tests to use Test::More
63
64 3.15  Wed Mar 16 01:10:51 PST 2005
65         - Ask for ',' delimiter and '"' quote explicitly to prevent problems
66           when a merchant has them configured differently.
67         - expiration is not a required field for credits
68
69 3.14  Tue Sep 21 01:10:46 PDT 2004
70         - Added ship_ name/address fields
71         - Fixed required fields for echeck voiding
72         From T.J. Mather <tjmather@maxmind.com> (closes: cpan#6761):
73         - Added cvv2_response and cavv_response to get the cvv2 and cavv
74           response codes back from authorize.net.
75         - Added example of how to capture a transaction to the synopsis.
76         - Added example of how to get the avs_code, cvv2_response, and
77           cavv_response from the response
78
79 3.13  Sun Aug 10 21:56:34 PDT 2003
80         - removed Michael Mavroudis's email address
81         - added 'void' action, patch from Yuri V. Mkrtumyan
82           <yuramk@novosoft.ru>
83         - allow "Post Authorize" with order_number but no card info, patch
84           from Paul Zimmer <AuthorizeNetpm@pzimmer.box.bepress.com>
85         - Don't require "check_type" field
86         - s/x_Bank_Account_Name/x_Bank_Acct_Name/ for ACH transactions
87         From Daemon Hughes <daemmon@daemmonhughes.com>:
88         - add "transaction key" (x_Tran_Key) authentication in addition to
89           password
90         - add "recurring_billing" field
91         - added "md5" method
92         From valerian <valerian2@hotpop.com>:
93         - Added "avs_code" method
94         - Return "order_number" for unsucessful transactions also
95
96 3.12  Thu Nov 21 17:05:19 2002
97         - Added cvv2 field, patch from T.J. Mather <tjmather@maxmind.com>
98           (closes: cpan#1805)
99         - Added referer field, patch from Mike Barry <mbarry@cos.com>
100         - Added currency field, request from
101           Oleksandr Kapitanenko <kapitan@portaone.com>
102         - Added documentation about referrer field at Authorize.Net
103         - Added nonascii.patch from "T.J. Mather" <tjmather@maxmind.com> to
104           put Text::CSV in binary mode to prevent problems with i18n
105           characters (closes: cpan#1804)
106         - ECHECK (ACH) patch from Michael Mavroudis <email removed by
107           request> to add fields for ssn and license #
108
109 3.11  Sat May  4 00:43:36 PDT 2002
110         - forgot 3.10 changelog in 3.10 :)
111         - extremely verbose debugging information for responses without
112           response code
113         - PREREQ_PM on Business::OnlinePayment
114         - Escape 0x00 (NULL) in responses from Authorize.Net.  wtf?
115
116 3.10  Wed Mar 13 2002
117         - updated for Authorize.Net API 3.1
118         - enable t/credit_card.t test again; testing account seems to work
119         - working Post Authorization support
120         - s/CSV/CSV_XS/
121
122 3.01  Wed Nov 14 13:42:06 2001
123         - update README
124         - disable t/credit_card.t test; testdrive account no longer valid
125
126 3.00  Sat Sep  1 13:29:34 2001
127         - new maintainer, updated for Authorize.Net API 3.0
128
129 0.01  Sun Jul 25 16:37:11 1999
130         - original version; created by h2xs 1.19
131