Merge pull request #31100 from woocommerce/brexit-tax-obw
Recommend automated taxes to 'GB'
This commit is contained in:
commit
619d7097f1
|
@ -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()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue