Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-15 16:30:38 +04:00
parent 7b4593acee
commit 223051955f
22 changed files with 606 additions and 95 deletions

View file

@ -121,6 +121,7 @@ internal class OnrampOperationModel @Inject constructor(
.getOrElse { AppCurrency.Default }.code
getOfframpUrlUseCase(
userWalletId = selectedUserWallet.walletId,
cryptoCurrencyStatus = status,
appCurrencyCode = appCurrencyCode,
).onRight { url ->