Skip to content

Commit 8850307

Browse files
authored
Merge pull request #61 from ipinfo/silvano/eng-733-update-currency-dataset-in-ruby-sdk
Update Bulgaria currency from BGN to EUR
2 parents e8d1e44 + 6d7b4de commit 8850307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ipinfo/countriesData.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ module CountriesData
559559
"BD" => {"code" => "BDT" ,"symbol" => "৳"},
560560
"BE" => {"code" => "EUR" ,"symbol" => "€"},
561561
"BF" => {"code" => "XOF" ,"symbol" => "CFA"},
562-
"BG" => {"code" => "BGN" ,"symbol" => "лв"},
562+
"BG" => {"code" => "EUR" ,"symbol" => ""},
563563
"BH" => {"code" => "BHD" ,"symbol" => ".د.ب"},
564564
"BI" => {"code" => "BIF" ,"symbol" => "FBu"},
565565
"BJ" => {"code" => "XOF" ,"symbol" => "CFA"},

0 commit comments

Comments
 (0)