diff --git a/vat_moss/rates.py b/vat_moss/rates.py index 8e6a8a4..1f31857 100644 --- a/vat_moss/rates.py +++ b/vat_moss/rates.py @@ -112,7 +112,7 @@ } }, 'GR': { # Greece - 'rate': Decimal('0.23'), + 'rate': Decimal('0.24'), 'exceptions': { 'Mount Athos': Decimal('0.0') } @@ -159,7 +159,7 @@ } }, 'RO': { # Romania - 'rate': Decimal('0.24') + 'rate': Decimal('0.19') }, 'SE': { # Sweden 'rate': Decimal('0.25')