diff options
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,5 @@ Copyright (c) 2003 Ivan Kohler +Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -6,13 +7,14 @@ This is Business::OnlinePayment::PayflowPro, a Business::OnlinePayment back end module for PayPal Payflow Pro. It is only useful if you have a merchant account with PayPal Payment Services: https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-gateway-overview-outside -and the Payflow Pro SDK: - https://manager.paypal.com/ -It is based on Business::OnlinePayment::AuthorizeNet written by Jason -Kohles. +As of 0.07, this module communicates with the Payflow gateway directly and no +longer requires the Payflow Pro SDK. Thanks to Phil Lobbes for this great +work. -Ivan Kohler <ivan-payflowpro@420.am> +Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. +Currently maintained by Ivan Kohler <ivan-payflowpro@420.am> and Phil Lobbes +<phil at perkpartners.com>. Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, |