|
|||||||
| Zen Cart Release Announcements Watch this forum for new releases and other important announcements. Click here to subscribe to these announcements. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Sensei
Join Date: Jan 2004
Location: Ontario, Canada
Posts: 38,609
|
Important update for Payflow Pro and Website Payments Pro Payflow Edition merchants
This information must be acted on before August 31, 2009. Who This alert applies to: - Payflow Pro gateway merchants (US, UK, and other parts of the world) - PayPal UK merchants using Express Checkout and/or Website Payments Pro 2.0 Payflow Edition Why Due to various technical requirements, PayPal is upgrading the Payflow system to do away with the naming of the Verisign roots from which the Payflow service was derived. What To upgrade your site, the following changes are required: Zen Cart v1.3.9 and newer: No changes required to Zen Cart core files. BUT if you are using Payflow Pro as your gateway, you will need the newer addon here: http://www.zen-cart.com/index.php?ma...roducts_id=321 Zen Cart v1.3.8: Edit your /includes/modules/payment/paypalwpp.php file and make the following changes at lines 1040-1041. Edit your /includes/modules/payment/paypaldp.php file and make the following changes at lines 886-887. Basically just changing the 2 references of "verisign.com/transaction" to "paypal.com": Code:
$doPayPal->_endpoints = array('live' => 'https://payflowpro.verisign.com/transaction',
'sandbox' => 'https://pilot-payflowpro.verisign.com/transaction');
Code:
$doPayPal->_endpoints = array('live' => 'https://payflowpro.paypal.com',
'sandbox' => 'https://pilot-payflowpro.paypal.com');
Zen Cart v1.3.7.1: Edit your /includes/modules/payment/paypalwpp.php file and make the above changes at lines 1012-1013. If you're a US merchant specifically using "Payflow Pro" as your gateway service, you must upgrade to v1.3.8a or newer, and use the new module, above. Zen Cart v1.3.7: Edit your /includes/modules/payment/paypalwpp.php file and make the above changes at lines 928-929. If you're a US merchant specifically using "Payflow Pro" as your gateway service, you must upgrade to v1.3.8a or newer, and use the new module, above. Zen Cart v1.3.6 and earlier. These versions did not support Express Checkout. As such, the only Payflow Pro support would have been via an addon. The addon uses the outdated Payflow Pro SDK, and is no longer supported by PayPal / Payflow Pro. Use of this outdated addon will prevent Payflow Pro transactions from working after September 1, 2009. It is strongly recommended to upgrade your Zen Cart site to a newer version before that date, to take advantage of the much improved features available not only in Zen Cart but also in the PayPal service offerings. IF YOU ARE USING U.S. PAYFLOW PRO, then you've likely been using the old Verisign Addon, which will no longer work after Aug 31, 2009. You'll need to use the new updated one, here: http://www.zen-cart.com/index.php?ma...roducts_id=321 Discussion thread: http://www.zen-cart.com/forum/showthread.php?t=123127
__________________
Zen Cart - putting the dream of business ownership within reach of anyone! Last edited by DrByte; 12th August 2009 at 11:51 PM. Reason: revised link to newer Payflow Pro module |
|
|
|
|
#2 |
|
Sensei
Join Date: Jan 2004
Location: Ontario, Canada
Posts: 38,609
|
Revised to point to updated version of Payflow Pro module: http://www.zen-cart.com/index.php?ma...roducts_id=321
To recap: a) If you're a non-UK merchant using "Payflow" or "Payflow Pro", you'll need to be using at least Zen Cart v1.3.8a AND the new module mentioned above. b) If you're a UK merchant, you'll need to use at least Zen Cart v1.3.8 or v1.3.7.1 AND apply the code edits mentioned above.
__________________
Zen Cart - putting the dream of business ownership within reach of anyone! |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Payflow Gateway Update | gsdcypher | PayPal Website Payments Pro support | 26 | 28th September 2009 05:21 PM |
| PayPal API or Payflow Pro? | jwitt98 | PayPal Express Checkout support | 8 | 5th August 2009 08:01 AM |
| Change Email Subject of Status Update Messages e.g. Order Update XXXX | apemusic | Customers and Orders | 0 | 19th September 2007 04:20 PM |
| Payflow Link or Payflow Pro w/VeriSign | onlinespec | Customization from the Admin | 1 | 25th June 2007 08:08 PM |