[bisq-network/bisq] Add payment method "Cash by mail" (#5092)

jmacxx notifications at github.com
Sun Jan 24 02:19:52 CET 2021


@pazza83 
> The big ones missing are:
>    CNY
>    JPY
>    KRW
>    BRL

I went with the list defined in Bisq known as `MainFiatCurrencies`.

    public static List<FiatCurrency> getMainFiatCurrencies() {
        // Top traded currencies
        list.add(new FiatCurrency("USD"));
        list.add(new FiatCurrency("EUR"));
        list.add(new FiatCurrency("GBP"));
        list.add(new FiatCurrency("CAD"));
        list.add(new FiatCurrency("AUD"));
        list.add(new FiatCurrency("RUB"));
        list.add(new FiatCurrency("INR"));

I could add your 4 mentioned currencies to the list.

Or, if you prefer CashByMail to allow *all* fiat currencies I would change the checkbox grid layout into a combo box since it is a long list (156 currencies).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5092#issuecomment-766270849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210123/3b34e2a0/attachment-0001.htm>


More information about the bisq-github mailing list