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