Updated on 2026-08-14
This commit is contained in:
parent
5490478680
commit
f2a61f3652
4 changed files with 24 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ import com.tangem.operations.backup.BackupService
|
|||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
fun BackupService.primaryCardIsSaltPay(): Boolean {
|
||||
fun BackupService.primaryCardIsSaltPayVisa(): Boolean {
|
||||
return primaryCardId?.slice(0..3)?.let {
|
||||
SaltPayWorkaround.isVisaBatchId(it)
|
||||
} ?: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue