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