Skip to content

Commit e78964e

Browse files
authored
Update Estonia's main VAT rate to 24% (#189)
1 parent 8cf1a67 commit e78964e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VatCalculator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ class VatCalculator
9696
],
9797
],
9898
'EE' => [ // Estonia
99-
'rate' => 0.22,
99+
'rate' => 0.24,
100100
'rates' => [
101-
'high' => 0.22,
101+
'high' => 0.24,
102102
'low' => 0.09,
103103
],
104104
],

0 commit comments

Comments
 (0)