From 587b4370d3fd2acb4f353d2ca1f9523bfb237c85 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Apr 2007 20:10:50 +0000 Subject: add note about interface instability & emailing payflowintegrator@paypal.com --- PayflowPro.pm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'PayflowPro.pm') 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 -- cgit v1.2.1