Merge pull request #31100 from woocommerce/brexit-tax-obw

Recommend automated taxes to  'GB'
This commit is contained in:
Peter Fabian 2021-11-09 19:23:29 +01:00 committed by GitHub
commit 619d7097f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class WC_Admin_Setup_Wizard {
$country_code = WC()->countries->get_base_country();
// https://developers.taxjar.com/api/reference/#countries .
$tax_supported_countries = array_merge(
array( 'US', 'CA', 'AU' ),
array( 'US', 'CA', 'AU', 'GB' ),
WC()->countries->get_european_union_countries()
);