- version 1.01: rt.cpan.org#49349: Fix Reference Transactions
[Business-OnlinePayment-PayflowPro.git] / Changes
diff --git a/Changes b/Changes
index 96ca39b..c4dad1a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,50 @@
 Revision history for Perl extension Business::OnlinePayment::PayflowPro.
 
-0.07  
-       [0.07_02 Tue Mar 13 12:32:57 EDT 2007]
+1.01  Tue Sep 22 17:03:00 EDT 2009 plobbes
+       - rt.cpan.org#49349: Fix Reference Transactions
+         NOTE: enable in PayfloPro manager transaction settings
+         Josh Rosenbaum
+
+1.00  Sat Aug 22 01:13:34 EDT 2009 plobbes
+       - bump version to 1.00, should have probably done this with
+         0.07 as it was a radical enough departure from 0.06, also
+         BOP 3.x is no longer just a developers release
+       - rt.cpan.org#48696 Use CGI::Util instead of CGI
+         Josh Rosenbaum
+         + updated code to be faster/more efficient
+       - rt.cpan.org#48816 Request Encoding Issue & Missing fields
+         Josh Rosenbaum
+         + use PayPal custom encoding (not URL encoding) per PP spec
+         + added missing shipping parameters similar to Authorize.Net
+       - rt.cpan.org#48820 %content not reloaded after mapping breaks credits
+         Josh Rosenbaum
+         + fix a problem with credits where the ACCT, AMT, and
+           EXPDATE were being required, because the ORIGID detection
+           code was not working
+
+0.07  Tue Apr 14 13:49:50 EDT 2009 plobbes
+       - update server names per latest PayPal docs:
+          payflow.verisign.com => payflowpro.verisign.com
+          pilot-payflowpro.verisign.com => pilot-payflowpro.paypal.com
+       [0.07_06 Sat Oct 18 14:15:03 EDT 2008] plobbes
+       - include most of the patches from Frédéric Brière at fbriere.net
+       - request_id now only generates a new id when not set
+       - cvv2_code brought back for backwards compatibility
+       - client_certification_id now default to "ClientCertificationIdNotSet"
+       - client_timeout set to 45 by default
+       - several doc updates and some reorg
+       [0.07_05 Wed Apr  4 12:56:57 PDT 2007] ivan
+       - add note about inteface & contacting payflowintegrator@paypal.com
+       [0.07_04 Tue Mar 13 18:26:12 EDT 2007] ivan
+       - ripped out a bunch of hastily-conceived ->param BS more appropriate
+         for implementation in a base class.  Server names were incorrect.
+         Tests were broken (some specific to a particular account).
+       - depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixes
+       [0.07_03 Tue Mar 13 18:26:12 EDT 2007] plobbes
+       - add "shortcut" param 'client_certification_id' (can be
+         passed as an argument for B::OP->new() which will set the
+         X-VPS-VIT-CLIENT-CERTIFICATION-ID header
+       [0.07_02 Tue Mar 13 12:32:57 EDT 2007] plobbes
        - 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)
@@ -9,7 +52,7 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro.
        - 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]
+       [0.07_01 Mon Mar 12 01:56:58 EDT 2007] plobbes
        - rewrite/updates for new B::OP::PayflowPro using HTTP protocol
        - no longer using PFProAPI.pm (from Verisign/PayPal)
        - cert_path() is now deprecated
@@ -23,7 +66,7 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro.
        - renamed internal methods to start with an underscore
        - removed unused remap_fields() method
        - if unable to parse expiration given in %content no longer croak,
-          but let PayflowPro servers attempt to deal with the value as-is
+         but let PayflowPro servers attempt to deal with the value as-is
        - submit() now two phased per PFP HTTP protocol
        - X-VPS-VIT-CLIENT-CERTIFICATION-ID is required (supposedly
          this is a temporary requirement from PayPal)