mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Update onramper_buy_provider.dart (#1796)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Some checks are pending
Cache Dependencies / test (push) Waiting to run
This commit is contained in:
parent
2881646037
commit
5301ee4584
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class OnRamperBuyProvider extends BuyProvider {
|
||||||
'apiKey': _apiKey,
|
'apiKey': _apiKey,
|
||||||
'mode': actionType,
|
'mode': actionType,
|
||||||
'${prefix}defaultFiat': quote.fiatCurrency.name,
|
'${prefix}defaultFiat': quote.fiatCurrency.name,
|
||||||
'${prefix}defaultCrypto': quote.cryptoCurrency.name,
|
'${prefix}defaultCrypto': defaultCrypto,
|
||||||
'${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,
|
||||||
|
|
Loading…
Reference in a new issue