Error! Nonce Security Check Failed! Please submit your payment details again.
-
Hi,
I get the following error message after entering the PayPal data:
Error! Nonce Security Check Failed! Please submit your payment details again.I have already added the following code to functions.php. However, nothing changes.
function pm_fix_wp_affiliate_manager($request) { if(!empty($_REQUEST['step'])) { $request['do_not_redirect'] = 1; } return $request; } add_filter('request', 'pm_fix_wp_affiliate_manager', 999);
I am using a multilingual website. Maybe it’s because of that?
Best regards elena
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error! Nonce Security Check Failed! Please submit your payment details again.’ is closed to new replies.