Updated on 2026-08-14
This commit is contained in:
parent
6ad6215eb0
commit
6d56af68f5
1 changed files with 2 additions and 0 deletions
|
|
@ -490,6 +490,7 @@ internal class DefaultTangemSdkManager(
|
|||
activationInput = activationInput,
|
||||
coroutineScope = this,
|
||||
),
|
||||
cardId = activationInput.cardId,
|
||||
initialMessage = Message(resources.getStringSafe(R.string.initial_message_tap_header)),
|
||||
)
|
||||
}
|
||||
|
|
@ -502,6 +503,7 @@ internal class DefaultTangemSdkManager(
|
|||
runnable = VisaCustomerWalletApproveTask(
|
||||
visaDataForApprove = visaDataForApprove,
|
||||
),
|
||||
cardId = visaDataForApprove.customerWalletCardId,
|
||||
initialMessage = Message(resources.getStringSafe(R.string.initial_message_tap_header)),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue