Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-15 16:37:06 +05:00
parent 139ca05985
commit 349d8fc7dd
6 changed files with 37 additions and 26 deletions

View file

@ -125,6 +125,7 @@ internal class OnrampStatusFactory @AssistedInject constructor(
onrampUpdateTransactionStatusUseCase(
txId = txId,
externalTxUrl = statusModel.externalTxUrl.orEmpty(),
externalTxId = statusModel.externalTxId.orEmpty(),
status = statusModel.status,
)
}