From e115469d21ce525b337053922f579f31a5e0d408 Mon Sep 17 00:00:00 2001 From: Alberto Peripolli Date: Thu, 21 Sep 2023 17:57:47 +0200 Subject: [PATCH] Fix italian exceptions postcodes --- vat-rates.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vat-rates.json b/vat-rates.json index 60202ef..25e19f6 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -106,12 +106,12 @@ "exceptions": [ { "name": "Campione d'Italia", - "postcode": "22060", + "postcode": "22061", "standard": 0 }, { "name": "Livigno", - "postcode": "23030", + "postcode": "23041", "standard": 0 } ] @@ -559,4 +559,4 @@ } ] } -} \ No newline at end of file +}