-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
george / added FA error code check, redirection link to FA #4775
george / added FA error code check, redirection link to FA #4775
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/deriv/deriv-app/8SAb2uAPv5ShLXAVZeYNY3pTr7Sr |
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
title: localize('Cashier Error'), | ||
cancel_button_text: undefined, | ||
confirm_button_text: localize('OK'), | ||
onConfirm: undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is undefined
, clicking on OK
button will not redirect to financial assessment. Is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@farrah-deriv when the client wants to reach FA page, he clicks on "financial assessment" text-link which highlighted by red color. If the client wants to continue working with transfers, he clicks OK, and remains on the same page. Therefore, this behaviour is expected.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changes:
Please include a summary of the change and which issue is fixed below:
When you need to add unit test
When you need to add integration test
Test coverage checklist (for reviewer)
Type of change