Updated on 2026-08-14
This commit is contained in:
parent
67ca192c16
commit
7b6fc18a8f
12 changed files with 79 additions and 113 deletions
|
|
@ -84,10 +84,8 @@ internal class MockAwareTangemPayStorage @Inject constructor(
|
|||
override suspend fun storeCheckCustomerWalletResult(userWalletId: UserWalletId, isPaeraCustomer: Boolean) =
|
||||
real.storeCheckCustomerWalletResult(userWalletId, isPaeraCustomer)
|
||||
|
||||
override suspend fun checkCustomerWalletResult(userWalletId: UserWalletId): Boolean? {
|
||||
if (isMockMode) return true
|
||||
return real.checkCustomerWalletResult(userWalletId)
|
||||
}
|
||||
override suspend fun checkCustomerWalletResult(userWalletId: UserWalletId): Boolean? =
|
||||
real.checkCustomerWalletResult(userWalletId)
|
||||
|
||||
override suspend fun storeActiveWithdrawOrderId(userWalletId: UserWalletId, orderId: String) =
|
||||
real.storeActiveWithdrawOrderId(userWalletId, orderId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue