mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
add payment methods to trade statistics PaymentMethodMapper
This commit is contained in:
parent
e3d7499004
commit
5ca44c40cf
1 changed files with 3 additions and 1 deletions
|
@ -178,7 +178,9 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
||||||
TRANSFERWISE_USD,
|
TRANSFERWISE_USD,
|
||||||
ACH_TRANSFER,
|
ACH_TRANSFER,
|
||||||
DOMESTIC_WIRE_TRANSFER,
|
DOMESTIC_WIRE_TRANSFER,
|
||||||
PAYPAL
|
PAYPAL,
|
||||||
|
PAYSAFE,
|
||||||
|
CASH_AT_ATM
|
||||||
}
|
}
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue