Updated Release Testing Instructions WooCommerce 5.4 (markdown)

Vedanshu Jain 2021-05-31 13:24:13 +05:30
parent e4035bb489
commit 8d3831b4ef
1 changed files with 2 additions and 2 deletions

@ -82,13 +82,13 @@ PR: https://github.com/woocommerce/woocommerce/pull/29318
To test:
#### Case1: From [24184 first comment](https://github.com/woocommerce/woocommerce/issues/24184#issue-469311323)
1. Set the rounding to subtotal level, and price entered inclusive taxes from WooCommerce > Settings > Tax.
1. Set the rounding to subtotal level, and price entered exclusive taxes from WooCommerce > Settings > Tax.
2. Add a tax rate of 20%.
3. Add a product for price 30.825. Add it to cart.
4. Checkout the cart and confirm that prices are 36.99. Without this fix, they would be 37.
#### Case 2: From [#28292](https://github.com/woocommerce/woocommerce/issues/28292)
1. Set the rounding to subtotal level, and price entered exclusive taxes from WooCommerce > Settings > Tax.
1. Set the rounding to subtotal level, and price entered inclusive taxes from WooCommerce > Settings > Tax.
2. Add a tax rate of 23%.
3. Set the decimals displayed to `0` from WooCommerce > Settings > General
4. Add a product for 301.90909. Add it to cart.