We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71b7b8 commit c229cafCopy full SHA for c229caf
1 file changed
apps/flipcash/features/onramp/src/main/kotlin/com/flipcash/app/onramp/internal/OnRampViewModel.kt
@@ -450,7 +450,7 @@ internal class OnRampViewModel @Inject constructor(
450
is OnRampProvider.Coinbase -> {
451
when (provider.type) {
452
OnRampType.Virtual -> {
453
- onRampController.placeOrderExclusiveOfFees(selectedAmount.underlyingTokenAmount)
+ onRampController.placeOrderInclusiveOfFees(selectedAmount.underlyingTokenAmount)
454
.onSuccess {
455
dispatchEvent(Event.OnOrderCreated(it.first, it.second.url))
456
}.onFailure { error ->
0 commit comments