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

Latest commit

 

History

History
21 lines (12 loc) · 1.08 KB

File metadata and controls

21 lines (12 loc) · 1.08 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 9.6.5

Zip file for testing: woocommerce-gutenberg-products-block.zip

WooCommerce Core

Checkout: Fix state validation after changing shipping country. (8633

  1. With a default valid US shipping address set, add an item to the cart and proceed to checkout.
  2. Change the shipping address country to India. You will see an error about the incorrect postcode.
  3. Select an India state from the dropdown. You will see an error about the incorrect postcode.
  4. Enter a valid postcode 411014. All errors should go away.