3.05, add nacha_sec_code
[Business-OnlinePayment.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment.
2
3 3.05    Fri Feb  2 09:25:50 PST 2018
4         - Add txn_date to return fields (and build_subs)
5         - doc: Add Tokenize action (stand-alone tokenize without a transaction)
6         - doc: follow-up transaction fields
7         - doc: nacha_sec_code for ACH transactions
8         - doc: adjust URLs and year for current reality
9
10 3.04    Thu Dec  3 12:49:59 PST 2015
11         - Partial authorizations
12         - Doc: Moo is a-okay for module authors
13         - Doc: update URLs for new domain
14
15 3.03    Tue Apr 29 11:14:25 PDT 2014
16         - Document Reverse Authorization action
17         - Document expiration is MM/YY and fix the example
18         - Document repository moved from CVS to git
19         - Add avs_code and cvv2_response to build_subs, they're standard fields
20         - Document best-practice eval of the submit() method in example
21         - Rework build_subs(), thanks to Michael Schwern, closes: CPAN#22073
22
23 3.02    Fri Aug 19 16:20:04 PDT 2011
24         - Fix fatal error calling ->info('supported_actions') on a gateway that
25           does not yet support introspection (e.g. AuthorizeNet)
26         - Fix introspection with a complicated supported_actions
27         - Documentation fix for recurring_billing flag
28         - Add optional transaction field to documentation: currency
29         - Fix spelling mistake in preCharge.pm POD, thanks to gregor herrmann,
30           Closes: CPAN#69647
31
32 3.01    Wed Jul 14 13:54:57 PDT 2010
33         - Add optional transaction fields to documentation: tax, freight,
34           duty, tax_exempt, po_number.
35         - Add return fields to documentation: order_number, avs_code,
36           cvv2_response, response_code, response_headers, response_page.
37         - Add beginning of introspection interface for processor modules.
38         - Add electronic check fields to documentation: bank_city, bank_state
39         - Add clarification to notes_for_module_writers_v3 on authorization vs.
40           order_number
41         - (3.01_03) Add ECHECK_void_requires_account to introspection
42         - (3.01_04) Refactor most of the B:OP:HTTPS code out to Net:HTTPS::Any
43         - (3.01_04) Add card_token documentation.  Add token_support to
44           introspection.
45
46 3.00     Mon Aug 17 15:55:11 PDT 2009
47         - It finally happened.
48         - doc: add repo info
49
50 3.00_09  Mon Jul 21 20:44:08 PDT 2008
51         - doc: Allowable values of account_type
52         - doc: Recurring billing actions and fields
53         - doc: new standard fields track1, track2, patch from Chris Travers,
54           thanks!
55         - B:OP:HTTPS: Normalize https_get and https_post response_code to
56           "NNN message" without HTTP version even when using Net::SSLeay.
57
58 3.00_08  Wed Jun 13 17:51:14 PDT 2007
59         - B:OP:HTTPS: set response_page, response_code, response_headers
60         - B:OP:HTTPS: Normalize https_post (and debugging) response_code to
61           "NNN message" even when using LWP/Crypt::SSLeay.
62         - B:OP: defined &$class is not how you detect if a class has been loaded
63           (just using use should be fine).  Closes: CPAN#22071
64         - Enable retrieval of fraud transaction score and transaction ID,
65           B:OP and B:FD:preCharge patch from Jason Hall, thanks!
66
67 3.00_07  Fri Mar 23 14:54:57 PDT 2007
68         - B:OP:HTTPS request headers now work with Crypt::SSLeay too.
69
70 3.00_06  Tue Mar 13 12:26:04 PDT 2007
71         - B:OP:HTTPS: add optional \%options (options hashref) to
72           https_get and https_post to allow modules using this to set
73           headers, etc. required for PayflowPro HTTP protocol support
74         - B:OP:HTTPS: support setting Net::SSLeay "$mime_type6" argument
75         - B:OP:HTTPS: pass $DEBUG value to $Net::SSLeay::trace (debug control)
76         - new() now passes %data (processor data) to set_defaults
77         - update B:OP:HTTPS to allow setting request headers
78         - doc: list a bunch of previously undocumented fields
79
80 3.00_05  29 Nov 2006
81         - Update Makefile.PL so Business::FraudDetect::preCharge is installed,
82           included by make dist, etc.
83         - Phil Lobbes is responsible for the rest of the work in this release.
84           Thanks!
85           - Reworked _pre_submit functionality:
86             - Add Class data %WrappedSubmitClassMethod to remember "wrapped"
87               submit 
88             - Fix new() to check %WrappedSubmitClassMethod to avoid creating
89               deep recursion 
90             - Used feedback from MSCHWERN / Bug #22074 to cleanup
91               new/_pre_submit more
92             - Now always wrap submit() method with _pre_submit() (but only
93               once)
94             - no longer populate _child_submit, code in anon sub was cleaned
95               up
96             - use return values from _pre_submit to determine if real submit
97               is called.  the return values from _pre_submit should be
98               reviewed/verified still
99             - _risk_detect(): explicity set return value
100             - _pre_submit(): explicity set return value
101           - Updated tests:
102             - 8 new tests and 1 new "MOCK3" driver for testing _pre_submit()
103               functionality
104             - test for new() replacing subclass submit and causing deep
105               recursion
106             - minor cleanup of test drivers
107             - fix "submit unchanged" test case: now wrapped with _pre_submit()
108               always
109           - Updated POD documentation:
110             - Minor documentation change in print statements use ',' instead
111               of '.'         
112
113 3.00_04  Tue Oct 10 12:49:43 PDT 2006
114         - failure statues (see notes_for_module_writers_v3)
115         - oops, forgot _03 changelog in _03
116         - B:OP:HTTPS: require Net::SSLeay 1.30 and remove _my_https_post kludge
117         - eliminate warnings about redefined subroutines
118         - Business::FraudDetect and Business::FraudDetect::preCharge included
119         - From Phil Lobbes:
120           - content() now returns empty hash if no content is defined
121           - build_subs now uses can() so it doesn't redefine subs (and generate
122             warnings)
123           - DOC: SYNOPSIS now uses correct "card_number" and not "cardnumber"
124           - created test cases for (all?) methods except _risk_detect
125             _pre_submit 
126           - Removed some old commented out 2.x statements
127           - set $VERSION using eval per modperlstyle
128           - new() now will strip off multiple leading dashes before calling
129             build_subs
130             NOTE: we should probably have it remove any \W to make perl happy
131           - required_fields() now croaks with a list of missing fields
132           - Lots of general cleanup, no functional changes. "fill
133             paragraphs" in POD, remove extra whitespace, sorted %fields,
134             dump_contents now sorts %contents, added myself to AUTHORS.
135         - From Frederic Briere (closes: CPAN#21082):
136           - DOC: s/exp_date/expiration/ 
137
138 3.00_03  Wed Mar 16 02:41:59 PST 2005
139         - https_post now accepts a scalar of raw content instead of key value
140           pairs
141
142 3.00_02  Mon Jan 10 21:36:53 PST 2005
143         - HTTPS base class now has https_post in addition to https_get
144
145 3.00_01  Thu Aug 26 04:49:26 2004
146         - first of the v3 dev releases
147
148 0.01  Sun Jul 25 13:59:10 1999
149         - original version; created by h2xs 1.19
150