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