change VAT on eu market to 25%

This commit is contained in:
Martin
2016-07-28 16:12:25 +02:00
parent 30a0f00bd7
commit 4c8c35f298
+1 -1
View File
@@ -86,7 +86,7 @@ _markets = [
Market('Spain', 'es_ES', 'EUR', 1.25, 'ESP'),
Market('France', 'fr_FR', 'EUR', 1.25, 'FRA'),
Market('Poland', 'pl_PL', 'PLN', 1.25, 'POL'),
Market('International', 'en_EU', 'EUR', 1, None),
Market('International', 'en_EU', 'EUR', 1.25, None),
]