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