Skip to content

Commit

Permalink
Merge pull request #12 from trippo/patch-1
Browse files Browse the repository at this point in the history
Fix italian exceptions postcodes
  • Loading branch information
dannyvankooten authored Sep 21, 2023
2 parents 547dfa8 + e115469 commit 2ca44db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vat-rates.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
"exceptions": [
{
"name": "Campione d'Italia",
"postcode": "22060",
"postcode": "22061",
"standard": 0
},
{
"name": "Livigno",
"postcode": "23030",
"postcode": "23041",
"standard": 0
}
]
Expand Down Expand Up @@ -559,4 +559,4 @@
}
]
}
}
}

0 comments on commit 2ca44db

Please sign in to comment.