Skip to content

Commit

Permalink
chore: Added PSP_ERROR_ONBOARDING and BE_KO payment onboarding ou…
Browse files Browse the repository at this point in the history
…tcome
  • Loading branch information
Hantex9 committed Dec 6, 2024
1 parent ff01ec0 commit 225f2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/wallet/wallet_onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
["8", "CANCELED_BY_USER"],
["14", "INVALID_SESSION"],
["15", "ALREADY_ONBOARDED"],
["16", "BPAY_NOT_FOUND"]
["16", "BPAY_NOT_FOUND"],
["25", "PSP_ERROR_ONBOARDING"],
["99", "BE_KO"]
];

const simulateOutcome = () => {
Expand Down

0 comments on commit 225f2d2

Please sign in to comment.