Updated on 2026-08-14
This commit is contained in:
parent
e8f2ed8517
commit
6246065cab
2 changed files with 34 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue