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