Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default quantum gateway country

    We are using the v1.3.9h and the quantum gateway payment module, however when people go to pay by credit card it carries over all their address info except country, it shows up with Afghanistan which is the first on their list instead of the United States.

    Does anyone have a fix for this?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: quantum gateway country

    Quote Originally Posted by module
    for those merchants who collect and/or store all their customers' information
    If you collecting ALL customers information

    You really need to review the requirements for PCI/DSS
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: quantum gateway country

    I'll check that, but it carries over the correct address state zip code, i checked zen is sending BCOUNTRY and SCOUNTRY and that's what QG is looking for. The link to my cart is http://999copper.com if you can take a look and see if you see something I'm missing??

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: quantum gateway country

    I was not attempting to answer your iaaue

    I was warning you that if you use that module and save ALL customer details, specifically the CC # on any web accessible portal that you will be in violation of PCI/DSS and subject to very high penalties should any data be obtained through your site
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: quantum gateway country

    O no CC details are saved, it's all run through our merchant gateway.

  6. #6
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: quantum gateway country

    Found the issue and here is the fix if anyone else runs into this problem:

    Do the following change in your modules/payment/quantumqgwdbe.php file.

    In line 233 where it reads:

    zen_draw_hidden_field('BCOUNTRY', $order->billing['country']['title']) .

    change it to:

    zen_draw_hidden_field('BCOUNTRY', $order->billing['country']['iso_code_2']) .

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: quantum gateway country

    Thanks for posting what you found

    If you can verify that this is a common issue that all will encounter

    You might submit it as an update
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Quantum Gateway Module
    By absoluteblock in forum Addon Payment Modules
    Replies: 1
    Last Post: 11 Jan 2012, 01:32 AM
  2. Quantum Gateway problem with downloadable orders
    By cbest in forum Addon Payment Modules
    Replies: 0
    Last Post: 18 Oct 2010, 09:53 PM
  3. Quantum Gateway Error when Processing
    By ryanb4614 in forum Addon Payment Modules
    Replies: 2
    Last Post: 19 Aug 2010, 02:15 AM
  4. Country Code Wrong / USA ePay Credit Card gateway
    By peachstone in forum Addon Payment Modules
    Replies: 0
    Last Post: 6 Dec 2008, 03:53 AM

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