Skip to content

Commit 5b851e4

Browse files
committed
Update Bulgaria currency from BGN to EUR
1 parent 1f66593 commit 5b851e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/ipinfo/api/context/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public class Context {
566566
tempCountriesCurrencies.put("BD", new CountryCurrency("BDT", "৳"));
567567
tempCountriesCurrencies.put("BE", new CountryCurrency("EUR", "€"));
568568
tempCountriesCurrencies.put("BF", new CountryCurrency("XOF", "CFA"));
569-
tempCountriesCurrencies.put("BG", new CountryCurrency("BGN", "лв"));
569+
tempCountriesCurrencies.put("BG", new CountryCurrency("EUR", ""));
570570
tempCountriesCurrencies.put("BH", new CountryCurrency("BHD", ".د.ب"));
571571
tempCountriesCurrencies.put("BI", new CountryCurrency("BIF", "FBu"));
572572
tempCountriesCurrencies.put("BJ", new CountryCurrency("XOF", "CFA"));

0 commit comments

Comments
 (0)