Updated on 2026-08-14
This commit is contained in:
parent
ff024393f9
commit
32c24cc0bb
2 changed files with 8 additions and 3 deletions
|
|
@ -181,7 +181,7 @@ internal class DefaultOnboardingRepository @Inject constructor(
|
|||
customerWalletId = userWalletId.stringValue,
|
||||
)
|
||||
}.map { response ->
|
||||
val id = response.id
|
||||
val id = response.result?.id
|
||||
val isPaeraCustomer = !id.isNullOrEmpty()
|
||||
tangemPayStorage.storeCheckCustomerWalletResult(userWalletId = userWalletId, isPaeraCustomer)
|
||||
isPaeraCustomer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue