-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revolut account should accept only phone number #3777
Revolut account should accept only phone number #3777
Conversation
6a888a5
to
0ee88af
Compare
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.
0ee88af
to
e9e1620
Compare
Now I have added but the error message around text field is not clearing on its own. only after we press tab it clears. I tried to use |
It has to be used similar as in the Bankform
|
desktop/src/main/java/bisq/desktop/components/paymentmethods/RevolutForm.java
Show resolved
Hide resolved
For issue bisq-network#3728 Till now we used to accept email or phone number Now we are accepting only phone number in input though for display we will provide backward compatibility. Added list of countries accepted from official revolut website https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported Based on the country selected, we will validate the given phone number input.
e9e1620
to
da683e8
Compare
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.
ACK
Tested it on Regtest and it is working now as expected.
Fixes #3728
Till now we used to accept email or phone number
Now we are accepting only phone number in input though
for display we will provide backward compatibility.
Based on the country selected, we will validate the given phone number input.
Added list of countries accepted from official revolut website
https://www.revolut.com/en-US/help/getting-started/verifying-identity/what-countries-are-supported