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