diff options
author | plobbes <plobbes> | 2007-03-13 16:33:37 +0000 |
---|---|---|
committer | plobbes <plobbes> | 2007-03-13 16:33:37 +0000 |
commit | 4fb055e8a13f6e77c67de3f00fc9ce94b04f047a (patch) | |
tree | 671b671fe11f31023b09171c1e025765766ec7ce | |
parent | adca06467e1c2e4d88128ed4f5e27dbcf52f8c17 (diff) |
- incorporate changelog notes for 0.07_02BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_02
-rw-r--r-- | Changes | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. 0.07 + [0.07_02 Tue Mar 13 12:32:57 EDT 2007] + - made generic method for deprecating cert_path, etc. + - doc'd vendor() and partner() as deprecated but will not put + out warnings on those (B::OP new() behavior would make this annoying) + - shortened code for the custom methods (we are not using build_subs()) + - use path() again as "/commit" is not needed/used by PayflowPro HTTPS + - removed code in submit() related to "/commit" + - set param("test_server") so the test server name can be changed [0.07_01 Mon Mar 12 01:56:58 EDT 2007] - rewrite/updates for new B::OP::PayflowPro using HTTP protocol - no longer using PFProAPI.pm (from Verisign/PayPal) |