Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: No Mastercard even though it's enabled SecurePay?

    Quote Originally Posted by Briohny12 View Post
    I'm having the same problem. Module 2.1.1 but with ZenCart version 1.3.7

    I tried the above code change but no luck. Does anyone have any ideas?
    Re-read more carefully. This modification is for 1.3.8, the module 2.1.1 works as-is with 1.3.6 and should also work as-is with 1.3.7.

  2. #12
    Join Date
    Jun 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: No Mastercard even though it's enabled SecurePay?

    Thanks dhcernese, but for some reason it's not working for me. I haven't altered any of the code and I even downloaded the module again to re-upload. Still with no luck. Can you suggest what else i should try to fix.


  3. #13
    Join Date
    Jun 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: No Mastercard even though it's enabled SecurePay?

    Please has anyone else had this problem??

    I have Zencart Version 1.3.7

    I installed the Securepay module 2.1.1

    Everything works fine except for Mastercard. It returns the error message "The Credit Card Number does not match the Credit Card Type."

    Securepay are telling me that they are seeing the transaction however the information is being passed in an incorrect format.

    I understand that the above fix only applies to 1.3.8, but am I doing something wrong with my version or is there a fix for 1.3.7?

    I have tried uninstalling, deleting files both locally and on the server and then re-uploading and then re-installing - still the same error.

    Any advice would be very much appreciated.

    Thank you in advance.
    Briohny

  4. #14
    Join Date
    Jun 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: No Mastercard even though it's enabled SecurePay?

    Anyone?? I'm having no luck with anything i try.


  5. #15
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: No Mastercard even though it's enabled SecurePay?

    Quote Originally Posted by Briohny12 View Post
    Please has anyone else had this problem??

    I have Zencart Version 1.3.7

    I installed the Securepay module 2.1.1

    Everything works fine except for Mastercard. It returns the error message "The Credit Card Number does not match the Credit Card Type."

    Securepay are telling me that they are seeing the transaction however the information is being passed in an incorrect format.

    I understand that the above fix only applies to 1.3.8, but am I doing something wrong with my version or is there a fix for 1.3.7?

    I have tried uninstalling, deleting files both locally and on the server and then re-uploading and then re-installing - still the same error.

    Any advice would be very much appreciated.

    Thank you in advance.
    Briohny
    If you get that error then NOTHING is sent to SecurePay. I can't imagine what they're seeing. I'd be interested in details from SecurePay on what it is they think they're getting from you. I also believe it's a Red Herring.. ..and probably unrelated to this problem.

    To diagnose this, simply compare the credit card name strings in includes/classes/cc_validation.php
    with those in includes/modules/payment/SecurePay.php

  6. #16
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: No Mastercard even though it's enabled SecurePay?

    in includes/classes/cc_validation.php there should be a line in function validate something like this
    Code:
          $this->cc_type = 'Master Card';
    either with or without the space or different capilization. I could download your version and check, but it's more direct if you look at your installation.

    Then compare the line in includes/modules/payment/SecurePay.php that you've seen before,
    Code:
            'Master Card' => 'MasterCard',
    and change the left-hand side to match the quoted string from cc_validation. That's all that's necessary.

    Of course, make sure when you test with MasterCard you actually set the pull-down menu to MasterCard before processing it.

  7. #17
    Join Date
    Jun 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: No Mastercard even though it's enabled SecurePay?

    Thank you dhcernese! This solved my problem. Thank you SO much for getting back to me.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. EZ Pages wont go away even though set to 0
    By MYYZTIK in forum Basic Configuration
    Replies: 4
    Last Post: 11 Oct 2011, 10:05 PM
  2. SecurePay Module - Mastercard not working
    By zpyder in forum Addon Payment Modules
    Replies: 9
    Last Post: 19 Jul 2010, 07:41 PM
  3. CC process error even though cards enabled - goemerchant
    By peggyc in forum Addon Payment Modules
    Replies: 25
    Last Post: 6 Aug 2009, 09:48 PM
  4. mastercard not working with securepay
    By Briohny12 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 12 Jan 2008, 03:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg