Skip to content

Commit

Permalink
fix(IC-5): update vat to EE from 20 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterTDC committed Jan 25, 2024
1 parent 7d9c7e0 commit cea68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvat/vat_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def get_vat_rate(self, item_type):
'CZ': CzVatRules(21),
'DE': DeVatRules(),
'DK': ConstantEuVatRateRules(25),
'EE': ConstantEuVatRateRules(20),
'EE': ConstantEuVatRateRules(22),
'EL': ElVatRules(),
'GR': ElVatRules(), # Synonymous country code for Greece
'ES': EsVatRules(),
Expand Down

0 comments on commit cea68b2

Please sign in to comment.