Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-17 13:50:20 +05:00
parent b81ea5cf6e
commit 8beefdf5e9
36 changed files with 859 additions and 141 deletions

View file

@ -383,8 +383,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(