The second registration appears to be added by the admin, which would explain the different type of ID.
I seem to remember Patrick needed to modify the PayPal gateway because the CA cert file could not be found. Did this modification get overwritten on the update? I dug up the email he had sent, which included the patch added to the gateways/paypal/paypal.php:
$error["set_timeout"] = curl_setopt($ch, CURLOPT_TIMEOUT, 45); // Sets a time limit for curl in seconds (do not set too low)
$error["set_post"] = curl_setopt($ch, CURLOPT_POST, 1); // Set curl to send data using post
$error["set_post_fields"] = curl_setopt($ch, CURLOPT_POSTFIELDS, $req); // Add the request parameters to the post
curl_setopt($ch, CURLOPT_CAINFO, dirname(__FILE__) . '/cacert.pem'); // HACKFEST PATCH
$errors .= $error["set_host"] ? "Success" : "Failure";
$errors .= " Setting host: " . $url . "\n";
$errors .= $error["set_post"] ? "Success" : "Failure";
The Paypal gateway should be copied over to /wp-content/uploads/espresso/gateway so the changes do not get overwritten.
Thanks, it has been overwritten as I didn’t tought about gateway change but only template modifications!
I will try to see if it gets completed now. I’ll keep you post.
Viewing 2 reply threads
The support post ‘Paypal wrong REG-ID’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.