Skip to content

Commit 2054372

Browse files
authored
Merge pull request #74 from ipinfo/silvano/eng-734-update-currency-dataset-in-go-sdk
Update Bulgaria currency from BGN to EUR
2 parents 1eac90e + 1bc1be5 commit 2054372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipinfo/countries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ var countriesCurrencies = map[string]CountryCurrency{
612612
"BD": {"BDT", "৳"},
613613
"BE": {"EUR", "€"},
614614
"BF": {"XOF", "CFA"},
615-
"BG": {"BGN", "лв"},
615+
"BG": {"EUR", ""},
616616
"BH": {"BHD", ".د.ب"},
617617
"BI": {"BIF", "FBu"},
618618
"BJ": {"XOF", "CFA"},

0 commit comments

Comments
 (0)