Jump to content

HSBC Maestro card has 18 digits


Guest

Recommended Posts

i just changed

<input type="text" name="cardNumber" value="{VAL_CREDIT_NUMBER}" size="16" maxlength="16" class="textbox" />
to:
<input type="text" name="cardNumber" value="{VAL_CREDIT_NUMBER}" size="16" maxlength="18" class="textbox" />
in modules\gateway\MCC\form.tpl (approx line 24) and it seems to let a test maestro card go through (card number 411111111111111111) - i though it might have an impact on the validation process, but not so far...
Link to comment
Share on other sites

Guest gwizard

In MCC mod there is no validation routine of Maestro cards.

Thanks to bringing this to my attention, I will make the neccessary update.

Link to comment
Share on other sites

ah, sweet (err, i think) - does that mean that there will be a problem for those using other payment modules with regards to these 18 digit cards? (Im not that bothered actually, my MCC mod works, lol!)

Link to comment
Share on other sites

Guest gwizard

I do not know of any gateway that uses local card validation, except MCC.

Perhaps I'm wrong, though, as I do not have experience with ALL cc modules.

Of course, every vendor (paypal, 2co, authorize, etc) will have to update their systems on their own.

Link to comment
Share on other sites

Gwizard

On the subject of validation, I'm getting "Credit number empty or incorrect" on a mastercard which is real and valid, is there a way of modding or disabling the local validation process?

Continued thanks and praise

0ad

Link to comment
Share on other sites

Guest gwizard

Err, look, this forum is not the proper place to discuss this.

Please write me a PM or Email and I'll help you fix everything that has to do with this.

To mods: Yes, I should have said that earlier, I know :w00t:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...