Updated on 2026-08-14
This commit is contained in:
parent
cff5cae478
commit
683fbf45e7
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import com.tangem.tap.common.redux.AppState
|
|||
import com.tangem.tap.domain.PayIdManager
|
||||
import com.tangem.tap.domain.isPayIdSupported
|
||||
import com.tangem.tap.features.send.redux.AddressPayIdVerifyAction.*
|
||||
import com.tangem.tap.features.send.redux.FeeAction
|
||||
import com.tangem.tap.scope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
|
|
@ -63,6 +64,7 @@ internal class AddressPayIdMiddleware {
|
|||
|
||||
if (failReason == null) {
|
||||
dispatch(PayIdVerification.SetPayIdWalletAddress(payId, address))
|
||||
dispatch(FeeAction.RequestFee)
|
||||
} else {
|
||||
dispatch(AddressVerification.SetError(payId, failReason))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue