-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IOBP-982] Add outcome 99 screen into payment flow (#6424)
## Short description This PR adds outcome 99 inside the payment screen when receiving it from the backend. ## List of changes proposed in this pull request - Created a custom `BE_NODE_KO` that's equals to outcome `99`; - Mapped the new outcome inside the labels and the screen to show into the `WalletPaymentOutcomeScreen.tsx` file; - Added missing outcomes to keep track on mixpanel inside the `getPaymentAnalyticsEventFromFailureOutcome` function ## How to test - Checkout and run the dev-server with this PR: pagopa/io-dev-api-server#438; - Complete the payment flow and choose from the dropdown the BE_NODE_KO; ## Preview https://github.com/user-attachments/assets/a062456d-44a1-4f9f-ae3e-a9fb45644d98
- Loading branch information
Showing
6 changed files
with
2,431 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.