add note about interface instability & emailing payflowintegrator@paypal.com
[Business-OnlinePayment-PayflowPro.git] / PayflowPro.pm
index 6439903..c7d31f3 100644 (file)
@@ -9,7 +9,7 @@ use Business::OnlinePayment::HTTPS 0.06;
 
 use base qw(Business::OnlinePayment::HTTPS);
 
-$VERSION = '0.07_04';
+$VERSION = '0.07_05';
 $VERSION = eval $VERSION;
 $DEBUG   = 0;
 
@@ -282,7 +282,7 @@ Business::OnlinePayment::PayflowPro - Payflow Pro backend for Business::OnlinePa
       'PayflowPro',
       'vendor'    => 'your_vendor',
       'partner'   => 'your_partner',
-      'client_certification_id' => 'assigned_certification_id',
+      'client_certification_id' => 'assigned_certification_id', #see NOTE below
   );
   
   # See the module documentation for details of content()
@@ -560,8 +560,16 @@ troubleshooting problems.
 
 =head1 COMPATIBILITY
 
-This module implements an interface to the Payflow Pro Perl API, which
-can be downloaded at https://manager.paypal.com/ with a valid login.
+As of 0.07, this module communicates with the Payflow gateway directly and no
+longer requires the Payflow Pro SDK or other download.  Thanks to Phil Lobbes
+for this great work.
+
+=head1 NOTE ON CERTIFICATION ID
+
+The Payflow API that this module interfaces with is not yet an officially
+supported service and is still subject to change.  At this time, you need to
+contact payflowintegrator@paypal.com for a certification ID to connect and run
+transactions using this module.
 
 =head1 AUTHORS