Skip to content

Commit

Permalink
Update Estonia vat rate
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 4, 2024
1 parent 785d10a commit 86db9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ class VatCalculator
],
],
'EE' => [ // Estonia
'rate' => 0.20,
'rate' => 0.22,
'rates' => [
'high' => 0.20,
'high' => 0.22,
'low' => 0.09,
],
],
Expand Down

0 comments on commit 86db9c8

Please sign in to comment.