- minor cleanup of test drivers
[Business-OnlinePayment.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment.
2
3 3.00_04  Tue Oct 10 12:49:43 PDT 2006
4         - failure statues (see notes_for_module_writers_v3)
5         - oops, forgot _03 changelog in _03
6         - B:OP:HTTPS: require Net::SSLeay 1.30 and remove _my_https_post kludge
7         - eliminate warnings about redefined subroutines
8         - Business::FraudDetect and Business::FraudDetect::preCharge included
9         - From Phil Lobbes:
10           - content() now returns empty hash if no content is defined
11           - build_subs now uses can() so it doesn't redefine subs (and generate
12             warnings)
13           - DOC: SYNOPSIS now uses correct "card_number" and not "cardnumber"
14           - created test cases for (all?) methods except _risk_detect
15             _pre_submit 
16           - Removed some old commented out 2.x statements
17           - set $VERSION using eval per modperlstyle
18           - new() now will strip off multiple leading dashes before calling
19             build_subs
20             NOTE: we should probably have it remove any \W to make perl happy
21           - required_fields() now croaks with a list of missing fields
22           - Lots of general cleanup, no functional changes. "fill
23             paragraphs" in POD, remove extra whitespace, sorted %fields,
24             dump_contents now sorts %contents, added myself to AUTHORS.
25         - From Frederic Briere (closes: CPAN#21082):
26           - DOC: s/exp_date/expiration/ 
27
28 3.00_03  Wed Mar 16 02:41:59 PST 2005
29         - https_post now accepts a scalar of raw content instead of key value
30           pairs
31
32 3.00_02  Mon Jan 10 21:36:53 PST 2005
33         - HTTPS base class now has https_post in addition to https_get
34
35 3.00_01  Thu Aug 26 04:49:26 2004
36         - first of the v3 dev releases
37
38 0.01  Sun Jul 25 13:59:10 1999
39         - original version; created by h2xs 1.19
40