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