Skip to content

Commit adb33fe

Browse files
authored
Merge pull request #186 from MartinMystikJonas/slovakia-2025
Slovakia VAT rate changed from 20% to 23% on 2025-01-01
2 parents b27442d + 3bb8a3c commit adb33fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/VatCalculator.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,11 @@ class VatCalculator
280280
],
281281
],
282282
'SK' => [ // Slovakia
283-
'rate' => 0.20,
283+
'rate' => 0.23,
284284
'rates' => [
285-
'high' => 0.20,
286-
'low' => 0.10,
285+
'high' => 0.23,
286+
'low' => 0.05,
287+
'low1' => 0.19,
287288
],
288289
],
289290

0 commit comments

Comments
 (0)