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