Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-01 15:00:11 +03:00
parent e8f2ed8517
commit 6246065cab
2 changed files with 34 additions and 5 deletions

View file

@ -14,7 +14,13 @@ class MockVisaActivationRepository @AssistedInject constructor(
) : VisaActivationRepository {
override suspend fun getActivationRemoteState(): VisaActivationRemoteState {
return VisaActivationRemoteState.PaymentAccountDeploying
return VisaActivationRemoteState.CardWalletSignatureRequired(
request = VisaCardWalletDataToSignRequest(
orderId = "orderId",
customerId = "customerId",
customerWalletAddress = "customerWalletAddress",
),
)
}
override suspend fun getActivationRemoteStateLongPoll(): VisaActivationRemoteState {