Bug #470

Validation bug

Added by Tan Lee Yong about 14 years ago. Updated about 14 years ago.

Status:Closed - End of life cycleStart date:September 17, 2010
Priority:ImmediateDue date:September 17, 2010
Assignee:Ang Wei Cheng% Done:

100%

Category:-Spent time:1.00 hour
Target version:-

Description

Steven reported:-
Please look into the following validation error and fix as soon as possible (i.e. error message shows up if spaces used in cardholder name, allows the transaction to continue only if using “aaaaaa” or similar). I am also about to get the users to sign off next week. Therefore would appreciate an immediate resolution to the issue.

amassurancebug-image009.jpg (19.5 KB) Tan Lee Yong, September 17, 2010 11:21

History

#1 Updated by Ang Wei Cheng about 14 years ago

  • Status changed from New - Begin Life Cycle to Closed - End of life cycle
  • % Done changed from 0 to 100

Add a new validator to cater for space and alphabet.

#2 Updated by Tan Lee Yong about 14 years ago

Is it only one bug? Does the credit card number trailing with spaces also being handled?

#3 Updated by Ang Wei Cheng about 14 years ago

Existing validations for credit card number:

Server side - Number validator will show error for anything other than digit(space,alphabet,symbol). Validator's length constraints (maxlength minlength 16).

Client side - The input textbox has its HTML attribute "maxlength" set to 16.

Also available in: Atom PDF