Skip to content

Commit

Permalink
update tax for Germany
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel authored Jul 1, 2020
1 parent b73a09e commit b65422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/VatCalculator/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VatCalculator
'rate' => 0.21,
],
'DE' => [ // Germany
'rate' => 0.19,
'rate' => 0.16,
'exceptions' => [
'Heligoland' => 0,
'Büsingen am Hochrhein' => 0,
Expand Down

0 comments on commit b65422b

Please sign in to comment.