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