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