Ensure accurate tracking of P2P payment events across both iOS and Android platforms to maintain reliable analytics and insights.
As a product team,
We need to fix the tracking issue with the "send_p2p_confirmed" and “summary_view_opened” events on both iOS and Android,
In order to ensure the data is properly captured for analytics and design purposes.
Scenario: A payment was successfully sent on iOS
GIVEN I am using the iOS app
WHEN I confirm a P2P payment
THEN the "send_p2p_confirmed" event should fire
Scenario: The "Pay" cta is clicked on Android
GIVEN I am using the Android app
WHEN I click the "Pay" cta
THEN the "summary_view_opened" event should fire
AND it should include the property "reason : homepage_send_cta".