Updated on 2026-08-14
This commit is contained in:
parent
889f47acdb
commit
489726e264
7 changed files with 307 additions and 3 deletions
|
|
@ -143,6 +143,7 @@ internal class DefaultTangemPayEligibilityManager @Inject constructor(
|
|||
private fun TangemPayEntryPoint.toEligibilityType(): TangemPayEligibilityType = when (this) {
|
||||
TangemPayEntryPoint.BANNER -> TangemPayEligibilityType.BANNER
|
||||
TangemPayEntryPoint.DETAILS -> TangemPayEligibilityType.DETAILS
|
||||
TangemPayEntryPoint.DEEPLINK -> TangemPayEligibilityType.DEEPLINK
|
||||
}
|
||||
|
||||
private data class UserWalletData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue