Updated on 2026-08-14
This commit is contained in:
parent
ddc5c4836b
commit
321b764887
37 changed files with 870 additions and 141 deletions
|
|
@ -400,8 +400,9 @@ sealed class AppRoute(val path: String) : Route {
|
|||
|
||||
@Serializable
|
||||
data class TangemPayDetails(
|
||||
val userWalletId: UserWalletId,
|
||||
val config: TangemPayDetailsConfig,
|
||||
) : AppRoute(path = "/tangem_pay_details")
|
||||
) : AppRoute(path = "/tangem_pay_details/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data class TangemPayOnboarding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue