Skip to content

Commit

Permalink
Merge pull request #16 from brtdv/bugfix/eu-vat-rates
Browse files Browse the repository at this point in the history
Additional EU vat rate fixes
  • Loading branch information
dannyvankooten authored Apr 8, 2024
2 parents e074f97 + 1126b7f commit e421f09
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vat-rates.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
{
"effective_from": "0000-01-01",
"rates": {
"reduced": 12,
"reduced1": 5,
"reduced2": 12,
"standard": 21
}
}
Expand Down Expand Up @@ -80,7 +81,8 @@
{
"effective_from": "0000-01-01",
"rates": {
"reduced": 15,
"reduced1": 10,
"reduced2": 15,
"standard": 21
}
}
Expand Down Expand Up @@ -122,7 +124,8 @@
{
"effective_from": "0000-01-01",
"rates": {
"reduced": 9.5,
"reduced1": 5,
"reduced2": 9.5,
"standard": 22
}
}
Expand Down

0 comments on commit e421f09

Please sign in to comment.