Removed GB from EU VAT zone.

This commit is contained in:
Peter Fabian 2020-12-10 09:46:24 +01:00
parent 15315d2468
commit 135294dfdd
1 changed files with 0 additions and 2 deletions

View File

@ -359,8 +359,6 @@ class WC_Countries {
if ( 'eu_vat' === $type ) {
$countries[] = 'MC';
$countries[] = 'IM';
// The UK is still part of the EU VAT zone.
$countries[] = 'GB';
}
return apply_filters( 'woocommerce_european_union_countries', $countries, $type );