Skip to content

Commit 31b8f12

Browse files
COR-3430 - replace Bulgaria currency to EUR (#130)
* [COR-3430] - replace Bulgaria currency to EUR
1 parent dc6b025 commit 31b8f12

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

data/cleansed/countries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"continent": "EU",
243243
"iso_3166_2": "BG",
244244
"iso_3166_3": "BGR",
245-
"currency": "BGN"
245+
"currency": "EUR"
246246
},
247247
{
248248
"name": "Burkina Faso",

data/final/countries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"iso_3166_2": "BG",
433433
"iso_3166_3": "BGR",
434434
"measurement_system": "metric",
435-
"default_currency": "BGN",
435+
"default_currency": "EUR",
436436
"default_language": "bg",
437437
"languages": [
438438
"bg"
@@ -3256,4 +3256,4 @@
32563256
"timezones": [],
32573257
"default_delivered_duty": "paid"
32583258
}
3259-
]
3259+
]

data/final/regions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"BGR"
882882
],
883883
"currencies": [
884-
"BGN"
884+
"EUR"
885885
],
886886
"languages": [
887887
"bg"
@@ -1863,6 +1863,7 @@
18631863
"countries": [
18641864
"AUT",
18651865
"BEL",
1866+
"BGR",
18661867
"CYP",
18671868
"EST",
18681869
"FIN",
@@ -1887,6 +1888,7 @@
18871888
],
18881889
"languages": [
18891890
"cs",
1891+
"bg",
18901892
"de",
18911893
"el",
18921894
"en",
@@ -5708,4 +5710,4 @@
57085710
],
57095711
"timezones": []
57105712
}
5711-
]
5713+
]

0 commit comments

Comments
 (0)