Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4627bb5

Browse files
committed
Updated testing instructions and changelog to include #7393
1 parent 4b242de commit 4627bb5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/internal-developers/testing/releases/872.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
1010

1111
1. Refer to [High Performance Order Storage Upgrade Recipe Book](https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book) on how to enable HPOS
1212
2. Ensure no incompatibility warnings are displayed regarding the Blocks plugin
13+
14+
### Refactor useCheckoutAddress hook to enable "Use same address for billing" option in Editor ([7393](https://github.com/woocommerce/woocommerce-blocks/pull/7393))
15+
16+
#### User Facing Testing
17+
18+
1. Go to `wp-admin/admin.php?page=wc-settings&tab=shipping&section=options` page.
19+
2. Enable the `Force shipping to the customer billing address` option and save the changes.
20+
3. Go to Checkout block Editor, and confirm `Use same address for billing` toggle is working as expected.
21+
4. Go to the Checkout block front-end, and confirm shipping address form is not visible.
22+
5. Change the billing address, confirm the shipping address in the order summary gets changed, and shipping methods are updated.

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8585
#### Bug Fixes
8686

8787
- Fixed a problem where Custom Order Tables compatibility declaration could fail due to the unpredictable plugin order load. ([7395](https://github.com/woocommerce/woocommerce-blocks/pull/7395))
88+
- Refactor useCheckoutAddress hook to enable "Use same address for billing" option in Editor ([7393](https://github.com/woocommerce/woocommerce-blocks/pull/7393))
8889

8990
= 8.7.1 - 2022-10-12 =
9091

0 commit comments

Comments
 (0)