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