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