Skip to content

Commit

Permalink
Merge pull request #186 from MartinMystikJonas/slovakia-2025
Browse files Browse the repository at this point in the history
Slovakia VAT rate changed from 20% to 23% on 2025-01-01
  • Loading branch information
spaze authored Jan 1, 2025
2 parents b27442d + 3bb8a3c commit adb33fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,11 @@ class VatCalculator
],
],
'SK' => [ // Slovakia
'rate' => 0.20,
'rate' => 0.23,
'rates' => [
'high' => 0.20,
'low' => 0.10,
'high' => 0.23,
'low' => 0.05,
'low1' => 0.19,
],
],

Expand Down

0 comments on commit adb33fe

Please sign in to comment.