Skip to content

Commit e745852

Browse files
author
awaismslm
committed
currency fix
1 parent 0f4e13c commit e745852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ private void populateCountriesCurrenciesMap() {
807807
countriesCurrencies.put("VU", new CountryCurrency("VUV", "VT"));
808808
countriesCurrencies.put("WF", new CountryCurrency("XPF", "₣"));
809809
countriesCurrencies.put("WS", new CountryCurrency("WST", "WS$"));
810+
countriesCurrencies.put("XK", new CountryCurrency("EUR", "€"));
810811
countriesCurrencies.put("YE", new CountryCurrency("YER", "﷼"));
811812
countriesCurrencies.put("YT", new CountryCurrency("EUR", "€"));
812813
countriesCurrencies.put("ZA", new CountryCurrency("ZAR", "R"));

0 commit comments

Comments
 (0)