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