- 0.07_06 changes
[Business-OnlinePayment-PayflowPro.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment::PayflowPro.
2
3 0.07  
4         [0.07_06 Sat Oct 18 14:15:03 EDT 2008] plobbes
5         - include most of the patches from Frédéric Brière at fbriere.net
6         - request_id now only generates a new id when not set
7         - cvv2_code brought back for backwards compatibility
8         - client_certification_id now default to "ClientCertificationIdNotSet"
9         - client_timeout set to 45 by default
10         - several doc updates and some reorg
11         [0.07_05 Wed Apr  4 12:56:57 PDT 2007] ivan
12         - add note about inteface & contacting payflowintegrator@paypal.com
13         [0.07_04 Tue Mar 13 18:26:12 EDT 2007] ivan
14         - ripped out a bunch of hastily-conceived ->param BS more appropriate
15           for implementation in a base class.  Server names were incorrect.
16           Tests were broken (some specific to a particular account).
17         - depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixes
18         [0.07_03 Tue Mar 13 18:26:12 EDT 2007] plobbes
19         - add "shortcut" param 'client_certification_id' (can be
20           passed as an argument for B::OP->new() which will set the
21           X-VPS-VIT-CLIENT-CERTIFICATION-ID header
22         [0.07_02 Tue Mar 13 12:32:57 EDT 2007] plobbes
23         - made generic method for deprecating cert_path, etc.
24         - doc'd vendor() and partner() as deprecated but will not put
25           out warnings on those (B::OP new() behavior would make this annoying)
26         - shortened code for the custom methods (we are not using build_subs())
27         - use path() again as "/commit" is not needed/used by PayflowPro HTTPS
28         - removed code in submit() related to "/commit"
29         - set param("test_server") so the test server name can be changed
30         [0.07_01 Mon Mar 12 01:56:58 EDT 2007] plobbes
31         - rewrite/updates for new B::OP::PayflowPro using HTTP protocol
32         - no longer using PFProAPI.pm (from Verisign/PayPal)
33         - cert_path() is now deprecated
34         - rewrite/updates for new B::OP::PayflowPro using HTTP protocol
35         - no longer use PFProAPI.pm from Verisign/PayPal
36         - now using name-value pair transactions
37         - require: CGI to parse name-value pair responses from server
38         - require: Digest::MD5 to generate (hopefully) unique
39           request_id which is required by PayflowPro HTTP protocol
40         - new methods: request_id(), param(), debug(), expdate_mmyy()
41         - renamed internal methods to start with an underscore
42         - removed unused remap_fields() method
43         - if unable to parse expiration given in %content no longer croak,
44           but let PayflowPro servers attempt to deal with the value as-is
45         - submit() now two phased per PFP HTTP protocol
46         - X-VPS-VIT-CLIENT-CERTIFICATION-ID is required (supposedly
47           this is a temporary requirement from PayPal)
48         - request_id() method will generate a hopefully unique id using
49           Digest::MD5 for use in the X-VPS-REQUEST-ID HTTP header.  A
50           'request_id' key may be passed in %content to specify an ID
51         - path() is not used as the PFP HTTP protocol uses two
52           different URLs (step 1) /transaction, (step 2) /commit
53         - patches to B::OP::HTTPS were required to support needed
54           functionality
55         - debug() sets $Business::OnlinePayment::HTTPS::DEBUG for debugging
56
57 0.06  Thu Mar  1 10:01:33 EST 2007
58         - zip now allows alphanumerics for non-US zips
59
60 0.05  Mon Jan 22 00:58:04 EST 2007
61         [Jan 22 2007 by Phil Lobbes <phil at perkpartners.com>]
62         - Test cases: new tests and cleanup of existing tests
63         - Major update of documentation
64         - Now attempt to set avs_code, cvv2_code, result_code,
65           error_message and authorization on success or failure.
66         - Ran PayflowPro.pm through perltidy (1.12 -> 1.13)
67         [Dec 23 2006 by Phil Lobbes <phil at perkpartners.com>]
68         - CPAN bug #13896 order_number() (which provides access to PNREF)
69           is not set when transaction fails [FIXED].
70         - Remove AutoLoader/Exporter per Jo Rhett <jrhett at netconsonance.com>
71         - "use" (instead of "require") Business::OnlinePayment
72         - remove build_subs() and get_fields() (provided by B::OP)
73         - Fixed bug: VENDOR set to login instead of vendor
74           (will still use login if VENDOR is not set)
75         - minor cleanup remove commented out code, reformat docs a little
76
77 0.04  Wed Oct 11 04:00:36 PDT 2006
78         - Prevent unnecessary warnings when no AVS response elements are
79           received, patch from Michael Peters <mpeters@plusthree.com>
80         - have tests work with environment variables
81         - forgot to increment the version number in 0.03
82
83 0.03  Tue Aug  2 17:56:11 PDT 2005
84         - Fix inadvertant clobbering of zip code, patch from
85           <phil@perkpartners.com>, CPAN bug #13896
86
87 0.02  Thu Oct  7 15:58:44 PDT 2004
88         - sponsored by Pro Softnet Corp. / ibackup.com:
89           - cvv2 support
90           - authorization only, post authorization, void and credit support
91         - patch from Robert Graff <rgraff@workingdemo.com> for credits
92
93 0.01  Wed Jan 22 02:47:25 PST 2003
94         - original version; created by ivan 1.0