Broke PayPal – getting error page with no code
-
I am trying out this plugin (it’s fantastic, btw) but I am having difficulties with the PayPal integration.
I added my own config file for PayPal and set the path. I changed the settings in the file to try to point to the sandbox (with my sandbox creds) – I will put the file at the end.
I can RSVP and I see the link to go to PayPal, but when I click the link, I just get an error page that shows:
PayPal ErrorAck Code:
Correlation ID:
Version:
I have gone back and generated another file using the button on the settings page and used my production credentials, but I am getting exactly the same result. So I can’t get to either PayPal’s regular site or the sandbox.
Any help here would be enormously appreciated!!!!
================== Sandbox Config File =======================
<?php
if( !defined( ‘ABSPATH’ ) )
die( ‘Fatal error: Call to undefined function paypal_setup() in /home/acadmedd/public_html/staging/wp-content/uploads/brs5N8yu02rt9UUDDkTH.php on line 5’ );
define(‘API_USERNAME’, ‘xxxxxxx’);
define(‘API_PASSWORD’, ‘xxxxxxx’);
define(‘API_SIGNATURE’, ‘xxxxxxx’);
define(‘API_ENDPOINT’, ‘https://api-3t.paypal.com/nvp’);
define(‘USE_PROXY’,FALSE);
define(‘PROXY_HOST’, ‘127.0.0.1’);
define(‘PROXY_PORT’, ‘808’);
define(‘PAYPAL_URL’, ‘https://www.sandbox.paypal.com/webscr&cmd=_express-checkout&useraction=commit&token=’);
define(‘VERSION’, ‘3.0’);
?>
=========================================
- The topic ‘Broke PayPal – getting error page with no code’ is closed to new replies.