...
https://github.com/rbilabs/intl-whitelabel-app/pull/1935
Button Click
Expand | ||
---|---|---|
| ||
|
Expand | ||||
---|---|---|---|---|
| ||||
Import the logPaymentMethodBrandClick
For each handleXXXXOptionClick call the logPaymentMethodBrandClick with specific payment method selected
|
...
title | state/mParticle/index.tsx |
---|
Create a function to handle all possible payment methods event names
...
Expand | ||
---|---|---|
| ||
Change the event name property to receive click dropdown instead of button click
| ||
Expand | ||
| ||
|
Backend ( order-service )
...
Steps | Description |
---|---|
The user is logged in to Amplitude | The user has previously logged in and is on the log dashboard creation page |
The user filters the logs by Backend Purchase | The user can filter the logs by Backend Purchase and find all the purchases made by user |
The user can see the type of payment paid | When the user open the log its possible to find the type of payment ( PAYPAL, APPLE_PAY, WAYLET, BIZUM ) |
Scenario 5: The user can identify the pay card at home payment method was made
Steps | Description |
---|---|
The user is logged in to Amplitude | The user has previously logged in and is on the log dashboard creation page |
The user filters the logs by Backend Purchase | The user can filter the logs by Backend Purchase and find all the purchases made by user |
The user can see the type of payment paid | When the user open the log its possible to find the type of payment ( PAY_CARD_AT_HOME |
) |
Scenario 6: The user can identify which voucher payment method was paid
Steps | Description |
---|---|
The user is logged in to Amplitude | The user has previously logged in and is on the log dashboard creation page |
The user filters the logs by Backend Purchase | The user can filter the logs by Backend Purchase and find all the purchases made by user |
The user can see the type of payment paid | When the user open the log its possible to find the type of payment ( SODEXO_VOUCHER, CHEQUE_GOURMET_VOUCHER, TICKET_RESTAURANT_VOUCHER ) |
Scenario
...
7: The user can identify which
...
meal card payment method was made
Steps | Description |
---|---|
The user is logged in to Amplitude | The user has previously logged in and is on the log dashboard creation page |
The user filters the logs by Backend Purchase | The user can filter the logs by Backend Purchase and find all the purchases made by user |
The user can see the type of payment paid | When the user open the log its possible to find the type of payment ( CREDIT_ANONYMOUS ) |
The user can see which card type is used | When the user open the log its possible to find the card type ( SODEXO_CARD, CHEQUE_GOURMET_CARD, TICKET_RESTAURANT_CARD ) |
...