Problem while validating value field when buying with two cards
ID: 460683
No Fix
Published on 3/28/2022
•
Last update on 7/1/2024
Summary
When a buyer decides to pay with two credit cards and also want to change the amount payed for each card, It turns out that when typing non numbers characters in the value field, our validation has different behavior depending on where the user inserts this character.
- If we try to type a character other than number at the end of the value= Our validation only prevents that character
- If we try to enter a character other than number in the middle of the value= Our validation erases numbers, changes the entered value.
- If we try to type a character other than a number at the beginning of the value= We overwrite it with an "undefined" and display the following error
Simulation
Go to any store checkout and choose to pay with two cards and you will be able to make these tests
Workaround
N/A