Skip to content

Commit

Permalink
Added HONG KONG and SPAIN support
Browse files Browse the repository at this point in the history
  • Loading branch information
ubicorn authored Dec 7, 2019
1 parent 3f03fea commit 58e300f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSON/Api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,8 @@ std::string Api::getCurrencies() {
currencyCodes.put(std::to_string(CURRENCY_MONACO), "UMC");
currencyCodes.put(std::to_string(CURRENCY_LIECHTENSTEIN), "ULI");
currencyCodes.put(std::to_string(CURRENCY_ICELAND), "UIS");
currencyCodes.put(std::to_string(CURRENCY_HONG_KONG), "UHK");
currencyCodes.put(std::to_string(CURRENCY_SPAIN), "USP");

baseTree.push_back(std::make_pair("currencyCodes", currencyCodes));

Expand Down

0 comments on commit 58e300f

Please sign in to comment.