Skip to content

Commit

Permalink
Update onramper_buy_provider.dart (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii-Borodenko authored Nov 9, 2024
1 parent 2881646 commit 5301ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buy/onramper/onramper_buy_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class OnRamperBuyProvider extends BuyProvider {
'apiKey': _apiKey,
'mode': actionType,
'${prefix}defaultFiat': quote.fiatCurrency.name,
'${prefix}defaultCrypto': quote.cryptoCurrency.name,
'${prefix}defaultCrypto': defaultCrypto,
'${prefix}defaultAmount': amount.toString(),
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
'onlyOnramps': quote.rampId,
Expand Down

0 comments on commit 5301ee4

Please sign in to comment.