Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-21 17:15:38 +05:00
parent 17008240b9
commit aba620bd59
12 changed files with 21 additions and 21 deletions

View file

@ -67,7 +67,7 @@ internal class OnrampSuccessComponentModel @Inject constructor(
private fun loadData() {
modelScope.launch {
getOnrampTransactionUseCase(externalTxId = params.externalTxId)
getOnrampTransactionUseCase(txId = params.txId)
.fold(
ifLeft = { error ->
Timber.e(error.toString())