diff --git a/changelog.txt b/changelog.txt index 8d5750de7..2c35c3fff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ *** Changelog *** = 9.3.0 - xxxx-xx-xx = +* Fix - Fixes a fatal error that might happen when a payment method ID cannot be retrieved during the processing of an order (new checkout experience). * Dev - Generates a code coverage report for PHP Unit tests as a comment on PRs. * Add - Adds Stripe specific information to the System Status Report data. * Fix - Fixes a fatal error that might happen during extension install due to missing Amazon Pay default settings data, when registering the settings route. diff --git a/readme.txt b/readme.txt index 7f583fa27..0882ea962 100644 --- a/readme.txt +++ b/readme.txt @@ -111,6 +111,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o == Changelog == = 9.3.0 - xxxx-xx-xx = +* Fix - Fixes a fatal error that might happen when a payment method ID cannot be retrieved during the processing of an order (new checkout experience). * Dev - Generates a code coverage report for PHP Unit tests as a comment on PRs. * Add - Adds Stripe specific information to the System Status Report data. * Fix - Fixes a fatal error that might happen during extension install due to missing Amazon Pay default settings data, when registering the settings route.