Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: credit card validation

  1. #1
    kike is offline Junior Member
    Join Date
    Sep 2009
    Posts
    1

    Default credit card validation

    Hello
    In the application that I'm testing I can put a number credit card valid and any number cvv and an invalid credit card type (for example I put visa and the credit card is master) and then the application shows a message "order received".
    Only validates that the number credit car is valid.
    I hope someone can help me. Thanks

  2. #2
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    A lot of the payment gateways will use the first 4 of the card to determine the card type, instead of the card type field, so it won't necessarily matter. However, if you have it set to a manual payment gateway in the Site Configuration Wizard, we don't validate the card type at all. Who do you have set as your default payment gateway?