Updated on 2026-08-14
This commit is contained in:
parent
17008240b9
commit
aba620bd59
12 changed files with 21 additions and 21 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue