diff --git a/docs/internal-developers/testing/releases/821.md b/docs/internal-developers/testing/releases/821.md new file mode 100644 index 00000000000..b830a238479 --- /dev/null +++ b/docs/internal-developers/testing/releases/821.md @@ -0,0 +1,26 @@ +# Testing notes and ZIP for release 8.2.1 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/9250889/woocommerce-gutenberg-products-block.zip) + +## Feature plugin + +### Ensure onChange is set for radio buttons in `SavedPaymentMethodOptions` ([6825](https://github.com/woocommerce/woocommerce-blocks/pull/6825)) + +1. Install Stripe, set it up so you can use it at Checkout. +2. Add items to your cart and go to checkout. Add a credit/debit card via stripe and choose `Save payment information to my account for future purchases.` +3. Check out. Repeat step 2 once more with a different card number. **Ensure the new card you use ends in four different numbers than the first one!** You can see test cards here: https://stripe.com/docs/testing +4. Add items to your cart and go to checkout a third time. This time ensure you can switch between saved cards. + image +5. Check out successfully, and then go to the back end of your site. Go to the orders you made (WooCommerce -> Orders) and for each order check the payment method used (you'll need to follow this through to Stripe), and ensure the card number used matches the one you chose in the Checkout block. (Click the link on the order page) + image + + + +--- + +[We're hiring!](https://woocommerce.com/careers/) Come work with us! + +🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/internal-developers/testing/releases/810.md) + + + diff --git a/docs/internal-developers/testing/releases/README.md b/docs/internal-developers/testing/releases/README.md index 47353aad610..9a00db51f5e 100644 --- a/docs/internal-developers/testing/releases/README.md +++ b/docs/internal-developers/testing/releases/README.md @@ -84,6 +84,7 @@ Every release includes specific testing instructions for new features and bug fi - [8.0.0](./800.md) - [8.1.0](./810.md) - [8.2.0](./820.md) +- [8.2.1](./821.md) diff --git a/readme.txt b/readme.txt index 569e98e3d2e..c834b932a30 100644 --- a/readme.txt +++ b/readme.txt @@ -86,6 +86,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == += 8.2.1 - 2022-08-03 = + +#### Bug Fixes + +- Fixed an issue where shoppers could not switch between different saved payment methods. ([6825](https://github.com/woocommerce/woocommerce-blocks/pull/6825)) + = 8.2.0 - 2022-08-02 = #### Enhancements