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