I am trying to validate credcard numbers entered by my customers.
Most of them can be validated easily using Lunh method,
but I am running into a problem when the customer tries to use a
business credcard (or so the boss tells me). Should business credcards number be verifiable by Luhn method (used in the validator), or do
I have to write something special, and if so, what is it?
I figured that a lot of struts people have dealt with this, and I am interested in what you all know,
Thank you,
Denis
PS. I am writing CredCard because struts-user spam filter keeps rejecting any email that has the full name in it.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

