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