Skip to content

Commit 7948fd9

Browse files
committed
fix: add missing eur currency info
1 parent 3e79cc9 commit 7948fd9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/Service/symbols.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,15 @@
305305
"code": "ETB",
306306
"name_plural": "Ethiopian birrs"
307307
},
308+
"EUR": {
309+
"symbol": "",
310+
"name": "Euro",
311+
"symbol_native": "",
312+
"decimal_digits": 2,
313+
"rounding": 0,
314+
"code": "EUR",
315+
"name_plural": "Euros"
316+
},
308317
"GBP": {
309318
"symbol": "£",
310319
"name": "British Pound Sterling",

0 commit comments

Comments
 (0)