Skip to content

Commit

Permalink
Update VAT rate for Azores to 16%
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Jan 3, 2024
1 parent 1c4a51e commit d784d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class VatCalculator
'PT' => [ // Portugal
'rate' => 0.23,
'exceptions' => [
'Azores' => 0.18,
'Azores' => 0.16,
'Madeira' => 0.22,
],
'rates' => [
Expand Down

0 comments on commit d784d47

Please sign in to comment.