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