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