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