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