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