Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-02 12:58:08 +03:00
parent 889f47acdb
commit 489726e264
7 changed files with 307 additions and 3 deletions

View file

@ -3,4 +3,5 @@ package com.tangem.domain.pay.model
enum class TangemPayEntryPoint {
BANNER,
DETAILS,
DEEPLINK,
}