Skip to content

Commit 97a9a6d

Browse files
authored
Merge pull request #43 from ipinfo/silvano/eng-731-update-currency-dataset-in-c-sdk
Update Bulgaria currency from BGN to EUR
2 parents 911460e + 76e7aba commit 97a9a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IPinfo/Utilities/CountryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ internal static class CountryHelper
543543
{"BD", new CountryCurrency { Code = "BDT", Symbol = "৳" }},
544544
{"BE", new CountryCurrency { Code = "EUR", Symbol = "€" }},
545545
{"BF", new CountryCurrency { Code = "XOF", Symbol = "CFA" }},
546-
{"BG", new CountryCurrency { Code = "BGN", Symbol = "лв" }},
546+
{"BG", new CountryCurrency { Code = "EUR", Symbol = "" }},
547547
{"BH", new CountryCurrency { Code = "BHD", Symbol = ".د.ب" }},
548548
{"BI", new CountryCurrency { Code = "BIF", Symbol = "FBu" }},
549549
{"BJ", new CountryCurrency { Code = "XOF", Symbol = "CFA" }},

0 commit comments

Comments
 (0)