Updated Release Testing Instructions WooCommerce 4.6 (markdown)
parent
79a53212aa
commit
a9f828396e
|
@ -66,12 +66,14 @@ With that in mind we are linking directly to the sections applicable to WooComme
|
||||||
## WooCommerce Core Bug Fixes
|
## WooCommerce Core Bug Fixes
|
||||||
|
|
||||||
### PayPal Gateway - protect code against a fatal error if WooCommerce is unable to communicate with PayPal
|
### PayPal Gateway - protect code against a fatal error if WooCommerce is unable to communicate with PayPal
|
||||||
|
https://github.com/woocommerce/woocommerce/pull/27616
|
||||||
This is a fix to prevent a fatal error occurring in sites that for some reason are unable to communicate with PayPal.
|
This is a fix to prevent a fatal error occurring in sites that for some reason are unable to communicate with PayPal.
|
||||||
There isn't an easy way to test this but as it is related to PayPal payments we should make sure PayPal payments continue to work as expected.
|
There isn't an easy way to test this but as it is related to PayPal payments we should make sure PayPal payments continue to work as expected.
|
||||||
[Details for setting up PayPal are here on WooCommerce Docs](https://docs.woocommerce.com/document/paypal-standard/)
|
[Details for setting up PayPal are here on WooCommerce Docs](https://docs.woocommerce.com/document/paypal-standard/)
|
||||||
For testing you can enable PayPal Sandbox so that no payment/money is taken. To use Sandbox mode, you need a separate sandbox account via [PayPal Sandbox](https://developer.paypal.com/).
|
For testing you can enable PayPal Sandbox so that no payment/money is taken. To use Sandbox mode, you need a separate sandbox account via [PayPal Sandbox](https://developer.paypal.com/).
|
||||||
|
|
||||||
### Using tax classes with some non-ASCII characters
|
### Using tax classes with some non-ASCII characters
|
||||||
|
https://github.com/woocommerce/woocommerce/pull/27615
|
||||||
This is a fix that allows you to now assign to a product a tax class that contains non-ASCII characters.
|
This is a fix that allows you to now assign to a product a tax class that contains non-ASCII characters.
|
||||||
To test:
|
To test:
|
||||||
1. Create a tax class which uses non-ASCII characters
|
1. Create a tax class which uses non-ASCII characters
|
||||||
|
|
Loading…
Reference in New Issue