Skip to content

Commit

Permalink
Add ARS as supported currency for MoneyGram
Browse files Browse the repository at this point in the history
Fixes #4000.
  • Loading branch information
ripcurlx committed Feb 25, 2020
1 parent adafd40 commit 6537e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/bisq/core/locale/CurrencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public static List<TradeCurrency> getAllAdvancedCashCurrencies() {
public static List<TradeCurrency> getAllMoneyGramCurrencies() {
ArrayList<TradeCurrency> currencies = new ArrayList<>(Arrays.asList(
new FiatCurrency("AED"),
new FiatCurrency("ARS"),
new FiatCurrency("AUD"),
new FiatCurrency("BND"),
new FiatCurrency("CAD"),
Expand Down

0 comments on commit 6537e13

Please sign in to comment.