Open leglesslizard opened 4 years ago
Hey there! I just thought I'd pop in here as well. I have been experiencing issues with this as well. You can see the issues happening on my staging website (https://tclstagingsite.wpengine.com/product/hello-color-book-signed/); It currently never loads the email for the user. It seems the engineers have determined it to be an infinity caching issue.
Please let me know if anymore information from me is helpful.
Thanks.
Describe the bug We noticed an issue with the WooCommerce Waitlist plugin when used in conjunction with this plugin on WPEngine hosting with regards to nonce verification. Isolated the issue and created a minimal plugin to demonstrate it (included). When processing the nonce request the verification will fail with the Stripe plugin enabled. This has been narrowed down to the following line of code (with this commented out the issue goes away): https://github.com/woocommerce/woocommerce-gateway-stripe/blob/4cc53bc355fdab1c387625e5e3841e0563ad0c92/includes/payment-methods/class-wc-stripe-payment-request.php#L141
The plugin to demonstrate the issue: `<?php /**
To Reproduce Steps to reproduce the behavior:
Expected behavior AJAX request should process the nonce verification without problems (as it does when plugin is deactivated).
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.