- notes for release 0.07_01:
[Business-OnlinePayment-PayflowPro.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment::PayflowPro.
2
3 0.07  
4         [0.07_01 Mon Mar 12 01:56:58 EDT 2007]
5         - rewrite/updates for new B::OP::PayflowPro using HTTP protocol
6         - no longer using PFProAPI.pm (from Verisign/PayPal)
7         - cert_path() is now deprecated
8         - rewrite/updates for new B::OP::PayflowPro using HTTP protocol
9         - no longer use PFProAPI.pm from Verisign/PayPal
10         - now using name-value pair transactions
11         - require: CGI to parse name-value pair responses from server
12         - require: Digest::MD5 to generate (hopefully) unique
13           request_id which is required by PayflowPro HTTP protocol
14         - new methods: request_id(), param(), debug(), expdate_mmyy()
15         - renamed internal methods to start with an underscore
16         - removed unused remap_fields() method
17         - if unable to parse expiration given in %content no longer croak,
18           but let PayflowPro servers attempt to deal with the value as-is
19         - submit() now two phased per PFP HTTP protocol
20         - X-VPS-VIT-CLIENT-CERTIFICATION-ID is required (supposedly
21           this is a temporary requirement from PayPal)
22         - request_id() method will generate a hopefully unique id using
23           Digest::MD5 for use in the X-VPS-REQUEST-ID HTTP header.  A
24           'request_id' key may be passed in %content to specify an ID
25         - path() is not used as the PFP HTTP protocol uses two
26           different URLs (step 1) /transaction, (step 2) /commit
27         - patches to B::OP::HTTPS were required to support needed
28           functionality
29         - debug() sets $Business::OnlinePayment::HTTPS::DEBUG for debugging
30
31 0.06  Thu Mar  1 10:01:33 EST 2007
32         - zip now allows alphanumerics for non-US zips
33
34 0.05  Mon Jan 22 00:58:04 EST 2007
35         [Jan 22 2007 by Phil Lobbes <phil at perkpartners.com>]
36         - Test cases: new tests and cleanup of existing tests
37         - Major update of documentation
38         - Now attempt to set avs_code, cvv2_code, result_code,
39           error_message and authorization on success or failure.
40         - Ran PayflowPro.pm through perltidy (1.12 -> 1.13)
41         [Dec 23 2006 by Phil Lobbes <phil at perkpartners.com>]
42         - CPAN bug #13896 order_number() (which provides access to PNREF)
43           is not set when transaction fails [FIXED].
44         - Remove AutoLoader/Exporter per Jo Rhett <jrhett at netconsonance.com>
45         - "use" (instead of "require") Business::OnlinePayment
46         - remove build_subs() and get_fields() (provided by B::OP)
47         - Fixed bug: VENDOR set to login instead of vendor
48           (will still use login if VENDOR is not set)
49         - minor cleanup remove commented out code, reformat docs a little
50
51 0.04  Wed Oct 11 04:00:36 PDT 2006
52         - Prevent unnecessary warnings when no AVS response elements are
53           received, patch from Michael Peters <mpeters@plusthree.com>
54         - have tests work with environment variables
55         - forgot to increment the version number in 0.03
56
57 0.03  Tue Aug  2 17:56:11 PDT 2005
58         - Fix inadvertant clobbering of zip code, patch from
59           <phil@perkpartners.com>, CPAN bug #13896
60
61 0.02  Thu Oct  7 15:58:44 PDT 2004
62         - sponsored by Pro Softnet Corp. / ibackup.com:
63           - cvv2 support
64           - authorization only, post authorization, void and credit support
65         - patch from Robert Graff <rgraff@workingdemo.com> for credits
66
67 0.01  Wed Jan 22 02:47:25 PST 2003
68         - original version; created by ivan 1.0