Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-16 19:53:59 +05:00
parent 464fb0db73
commit 840687b699
5 changed files with 31 additions and 12 deletions

View file

@ -72,7 +72,11 @@ internal class OnrampStatusFactory @Inject constructor(
fiatCurrency = onrampTx.fromCurrencyCode,
),
)
onrampUpdateTransactionStatusUseCase(externalTxId = externalTxId, statusModel.status)
onrampUpdateTransactionStatusUseCase(
externalTxId = externalTxId,
externalTxUrl = statusModel.externalTxUrl.orEmpty(),
status = statusModel.status,
)
}
},
)