Fix: support more cryptos (#639)

* support more cryptos

* add icons

* update icons

* update locale
This commit is contained in:
an-lee
2024-05-28 23:10:46 +08:00
committed by GitHub
parent 1c2494c79c
commit ef0bfa6544
9 changed files with 100 additions and 30 deletions

View File

@@ -419,6 +419,7 @@ export class Client {
createPayment(params: {
amount: number;
reconciledCurrency: string;
processor: string;
paymentType: string;
}): Promise<PaymentType> {