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