diff --git a/changelog.txt b/changelog.txt index 8ef17d767..b90caa981 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ *** Changelog *** = 8.9.0 - xxxx-xx-xx = -* Fix - Display a notice if taxes vary by customer's shipping address when checking out using the Stripe Express Checkout Element. +* Fix - Display a notice if taxes vary by customer's billing address when checking out using the Stripe Express Checkout Element. * Tweak - Makes the new Stripe Express Checkout Element enabled by default. * Dev - Add multiple unit tests for the Stripe Express Checkout Element implementation (for both frontend and backend). * Fix - Check if taxes are enabled when applying ECE tax compatibility check. diff --git a/readme.txt b/readme.txt index 6ada29107..cd30772cb 100644 --- a/readme.txt +++ b/readme.txt @@ -111,7 +111,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o == Changelog == = 8.9.0 - xxxx-xx-xx = -* Fix - Display a notice if taxes vary by customer's shipping address when checking out using the Stripe Express Checkout Element. +* Fix - Display a notice if taxes vary by customer's billing address when checking out using the Stripe Express Checkout Element. * Tweak - Makes the new Stripe Express Checkout Element enabled by default. * Dev - Add multiple unit tests for the Stripe Express Checkout Element implementation (for both frontend and backend). * Fix - Check if taxes are enabled when applying ECE tax compatibility check.