Updated on 2026-08-14
This commit is contained in:
parent
a3e92038c7
commit
46eee92cea
27 changed files with 218 additions and 7 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.tangem.domain.onramp.model
|
||||
|
||||
// TODO: Move to features/onramp/api package after removing old buy logic. [REDACTED_JIRA]
|
||||
enum class OnrampSource(val analyticsName: String) {
|
||||
ACTION_BUTTONS("Main"),
|
||||
TOKEN_LONG_TAP("Long Tap"),
|
||||
TOKEN_DETAILS("Token"),
|
||||
MARKETS("Markets"),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue