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