This commit is contained in:
Anders Gustafsson
2019-10-22 11:04:27 +02:00
committed by Niklas Fondberg
parent e0a942aa86
commit 354e959cc5
+1 -1
View File
@@ -86,7 +86,7 @@ _markets = [
('USA', 'en_US', 'USD', 1, 'USA'), ('USA', 'en_US', 'USD', 1, 'USA'),
('Spain', 'es_ES', 'EUR', 1.21, 'ESP'), ('Spain', 'es_ES', 'EUR', 1.21, 'ESP'),
('France', 'fr_FR', 'EUR', 1.20, 'FRA'), ('France', 'fr_FR', 'EUR', 1.20, 'FRA'),
('Poland', 'pl_PL', 'PLN', 1.23, 'POL'), ('Poland', 'pl_PL', 'EUR', 1.23, 'POL'),
('International', 'en_EU', 'EUR', 1.25, None), ('International', 'en_EU', 'EUR', 1.25, None),
] ]