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