summaryrefslogtreecommitdiff
path: root/PayflowPro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'PayflowPro.pm')
-rw-r--r--PayflowPro.pm16
1 files changed, 12 insertions, 4 deletions
diff --git a/PayflowPro.pm b/PayflowPro.pm
index 6439903..c7d31f3 100644
--- a/PayflowPro.pm
+++ b/PayflowPro.pm
@@ -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