mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-13 04:51:20 -05:00
remove cardless cash as fixed price payment method
This commit is contained in:
parent
6b5503f82e
commit
68f596cf4a
@ -444,7 +444,7 @@ const TestConfig = {
|
|||||||
paymentMethods: Object.keys(PaymentAccountForm.FormId), // all supported payment methods
|
paymentMethods: Object.keys(PaymentAccountForm.FormId), // all supported payment methods
|
||||||
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20", "USDC-ERC20"], // crypto asset codes
|
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20", "USDC-ERC20"], // crypto asset codes
|
||||||
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
|
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
|
||||||
fixedPricePaymentMethods: [HavenoUtils.getPaymentMethodId(PaymentAccountForm.FormId.CASH_AT_ATM)],
|
fixedPricePaymentMethods: [],
|
||||||
cryptoAddresses: [{
|
cryptoAddresses: [{
|
||||||
currencyCode: "ETH",
|
currencyCode: "ETH",
|
||||||
address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f"
|
address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user