Hi all,
I'm developing a custom payment gateway for a payment provider called "Eigen," and while testing using their supplied credit card numbers I've ran into a problem: some CC numbers they supply are longer than the 16 digits that Ubercart allows.
According to http://www.merriampark.com/anatomycc.htm, "the maximum length of a credit card number is 19 digits."
Thoughts?

.
. Ubercart complains that the CC number is invalid, which probably means that it's failing the mod10 validation (which, I think, expects the CC number to be no longer than 16 digits in my old version)... the questions is, where is the validation being made? Can't seem to find the darn code 