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