Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-01 18:37:58 +04:00
parent 952dbd4732
commit 7e375ac36b
20 changed files with 233 additions and 27 deletions

View file

@ -593,7 +593,10 @@ internal class ChildFactory @Inject constructor(
is AppRoute.TangemPayDetails -> {
createComponentChild(
context = context,
params = TangemPayDetailsComponent.Params(customerWalletAddress = route.customerWalletAddress),
params = TangemPayDetailsComponent.Params(
customerWalletAddress = route.customerWalletAddress,
cardNumberEnd = route.cardNumberEnd,
),
componentFactory = tangemPayDetailsComponentFactory,
)
}