-
Notifications
You must be signed in to change notification settings - Fork 217
Release testing instructions for the WooCommerce Stripe payment gateway 6.1.0
Rafael Zaleski edited this page Jan 5, 2022
·
4 revisions
Make sure loading state on Payment Request Buttons is triggered correctly in the Cart and Checkout blocks
Note: You'll need to be using WooCommerce Blocks version 6.4.0 or newer for this to work. Note: Both tests require you to use the Cart and Checkout blocks instead of the Shortcode-based checkout pages. Note: Both tests require you to make sure Payment Request Buttons are displayed on the Cart and Checkout pages.
- Add any item(s) to your cart.
- Go to the Cart page.
- Wait for the Payment Request Button (PRB) to load.
- Change the amount of any of the items in your cart.
- Make sure the PRB is greyed out and disabled, and the Payment Request modal isn't opened if you click it while the PRB is greyed out.
- After the PRB is reenabled click the PRB to open the payment request modal.
- Cancel the Payment Request.
- Change the amount of any of the items in your cart again.
- Make sure the PRB is again greyed out and disabled, and the Payment Request modal isn't opened if you click it while the PRB is greyed out.
- After the PRB is reenabled click the PRB to open the payment request modal.
- Make sure you can complete a payment successfully this time.
- Add any item(s) to your cart.
- Go to the Checkout page.
- Wait for the Payment Request Button (PRB) to load.
- Change the state in your address.
- You could also change any other settings that will cause WooCommerce to reevaluate the shipping costs.
- Make sure the PRB is greyed out and disabled, and the Payment Request modal isn't opened if you click it while the PRB is greyed out.
- After the PRB is reenabled click the PRB to open the payment request modal.
- Cancel the Payment Request.
- Change the state in your address again.
- Make sure the PRB is again greyed out and disabled, and the Payment Request modal isn't opened if you click it while the PRB is greyed out.
- After the PRB is reenabled click the PRB to open the payment request modal.
- Make sure you can complete a payment successfully this time.