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