woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Multistep checkout nonce issue #2639

Open ArlisKo opened 1 year ago

ArlisKo commented 1 year ago

Describe the bug I have a multistep checkout in woocommerce and i'm using URL parameter for separating Billing/Shipping data and payment methods. Both pages default hidden input nonce is displayed. wp_nonce_field( 'woocommerce-process_checkout', 'woocommerce-process-checkout-nonce' ) On last step i get empty value for nonce that is checked in woocommerce/includes/class-wc-checkout.php:1210 (process_checkout()) That causes error notice: "We were unable to process your order, please try again." Although after that I'm redirected to thank you page.

With other payment methods() I don't get this error notice. : Direct bank transfer Cash on delivery PayPal Standard

 

Environment (please complete the following information):

github-actions[bot] commented 2 months ago

Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.

github-actions[bot] commented 3 weeks ago

This issue has gone 180 days (6 months) without any activity.