mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Pass network correctly to url param (#2144)
This commit is contained in:
parent
da2b3ce632
commit
d318e9134c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class OnRamperBuyProvider extends BuyProvider {
|
||||||
'${prefix}defaultAmount': amount.toString(),
|
'${prefix}defaultAmount': amount.toString(),
|
||||||
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
|
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
|
||||||
'onlyOnramps': quote.rampId,
|
'onlyOnramps': quote.rampId,
|
||||||
'networkWallets': '${quote.cryptoCurrency.fullName?.toUpperCase()}:$cryptoCurrencyAddress',
|
'networkWallets': '${_tagToNetwork(quote.cryptoCurrency.tag ?? quote.cryptoCurrency.title)}:$cryptoCurrencyAddress',
|
||||||
'supportSwap': "false",
|
'supportSwap': "false",
|
||||||
'primaryColor': primaryColor,
|
'primaryColor': primaryColor,
|
||||||
'secondaryColor': secondaryColor,
|
'secondaryColor': secondaryColor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue