Skip to content

Commit 787f504

Browse files
authored
Merge pull request #108 from ipinfo/silvano/eng-728-update-currency-dataset-in-node-sdk
Update Bulgaria currency from BGN to EUR
2 parents 94bdee8 + 896d0b6 commit 787f504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const defaultCountriesCurrencies = {
273273
"BD" : { "code": "BDT" ,"symbol": "৳"},
274274
"BE" : { "code": "EUR" ,"symbol": "€"},
275275
"BF" : { "code": "XOF" ,"symbol": "CFA"},
276-
"BG" : { "code": "BGN" ,"symbol": "лв"},
276+
"BG" : { "code": "EUR" ,"symbol": ""},
277277
"BH" : { "code": "BHD" ,"symbol": ".د.ب"},
278278
"BI" : { "code": "BIF" ,"symbol": "FBu"},
279279
"BJ" : { "code": "XOF" ,"symbol": "CFA"},

0 commit comments

Comments
 (0)