We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e13c commit e745852Copy full SHA for e745852
src/main/java/io/ipinfo/api/context/Context.java
@@ -807,6 +807,7 @@ private void populateCountriesCurrenciesMap() {
807
countriesCurrencies.put("VU", new CountryCurrency("VUV", "VT"));
808
countriesCurrencies.put("WF", new CountryCurrency("XPF", "₣"));
809
countriesCurrencies.put("WS", new CountryCurrency("WST", "WS$"));
810
+ countriesCurrencies.put("XK", new CountryCurrency("EUR", "€"));
811
countriesCurrencies.put("YE", new CountryCurrency("YER", "﷼"));
812
countriesCurrencies.put("YT", new CountryCurrency("EUR", "€"));
813
countriesCurrencies.put("ZA", new CountryCurrency("ZAR", "R"));
0 commit comments