Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-14 15:09:22 +04:00
parent 178417568b
commit a0c821eb8c
4 changed files with 97 additions and 52 deletions

View file

@ -76,6 +76,7 @@ internal class AllOffersModel @Inject constructor(
analyticsEventHandler.send(
event = OnrampAnalyticsEvent.OnPaymentMethodChosen(paymentMethod = method.methodConfig.method.name),
)
analyticsEventHandler.send(OnrampAnalyticsEvent.ProvidersScreenOpened())
}
}