Skip to content

Commit 62a38c2

Browse files
authored
Merge pull request #21 from ipinfo/silvano/eng-738-update-currency-dataset-in-swift-sdk
Update Bulgaria currency from BGN to EUR
2 parents cd99083 + 8689772 commit 62a38c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ipinfoKit/CountryData/CountryData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public struct CountryData: Codable, Sendable {
615615
"BD": CountryCurrency(code: "BDT", symbol: ""),
616616
"BE": CountryCurrency(code: "EUR", symbol: ""),
617617
"BF": CountryCurrency(code: "XOF", symbol: "CFA"),
618-
"BG": CountryCurrency(code: "BGN", symbol: "лв"),
618+
"BG": CountryCurrency(code: "EUR", symbol: ""),
619619
"BH": CountryCurrency(code: "BHD", symbol: ".د.ب"),
620620
"BI": CountryCurrency(code: "BIF", symbol: "FBu"),
621621
"BJ": CountryCurrency(code: "XOF", symbol: "CFA"),

0 commit comments

Comments
 (0)