Skip to content
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

Amount validation logic error #44

Open
GBKS opened this issue Nov 19, 2024 · 1 comment
Open

Amount validation logic error #44

GBKS opened this issue Nov 19, 2024 · 1 comment

Comments

@GBKS
Copy link

GBKS commented Nov 19, 2024

I had this problem on the iOS app last week. The "Confirm Amount" button is not active, despite me trying to send less than my balance. I am guessing that the reason is the use of comma vs period in the two amounts shown. The input amount uses commas for the decimal separator (all I can enter via the keypad), and the balance uses periods. If I enter just 822, it works fine and "Confirm Amount" becomes active. But fractional values fail, probably because it reads 821,69 as 82169, which is more than 1357.28. Hope that makes sense.

If that is indeed the problem, one fix could be to fix the validation code to interpret both numbers with the same format. Also not sure why the two numbers use different formatting.

IMG_8917

Anyhow, keep up the great work on the app.

@lucas-muun
Copy link
Contributor

Hello!

Thank you for taking the time to write to us and analyze the issue ❤️.

I will get back to you as soon as we have resolved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants