From eef0421a7d4be072c9ddd9004bbc25238ba6e077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Wed, 3 Jan 2024 08:49:02 +0100 Subject: [PATCH] Correct VAT and postal code for Campione d'Italia (#168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Campione d'Italia, IT became part of the EU customs territory on 1 Jan 2020 Campione d’Italia formally became part of the EU customs territory on 1 January 2020. VAT will apply, but the tax rate will remain that of Switzerland. Also, the Swiss postal code ceased to be valid. * Revert the Campione d'Italia VAT rate exception to zero It seems that the tax is not VAT as such, but rather "a local consumption tax [...] which is in line with Swiss VAT". https://www.admin.ch/gov/en/start/documentation/media-releases.msg-id-77668.html "territories excluded from the application of the VAT." https://www.agenziaentrate.gov.it/portale/web/english/nse/services/vat-mini-one-stop-shop/faq/general-topics --- src/VatCalculator.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/VatCalculator.php b/src/VatCalculator.php index 1e4ca49..dc3fa7d 100644 --- a/src/VatCalculator.php +++ b/src/VatCalculator.php @@ -341,11 +341,6 @@ class VatCalculator 'code' => 'DE', 'name' => 'Büsingen am Hochrhein', ], - [ - 'postalCode' => '/^6911$/', - 'code' => 'IT', - 'name' => "Campione d'Italia", - ], // The Italian city of Domodossola has a Swiss post office also [ 'postalCode' => '/^3907$/',