• Resolved kateeba

    (@kateeba)


    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

    • This topic was modified 4 years, 8 months ago by kateeba.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kateeba

    (@kateeba)

    Hi again,

    It seems like it will work now. I was confused with the English and German pages.

    kind regards elena

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, that is good to know. If your issue is resolved, can you mark this support thread as resolved.

    Thank you

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.