Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Posts
    105
    Plugin Contributions
    2

    Default DPS payment gateway

    Howdy folks,

    I got the DPS module that was previously mentioned working, however, now the problem I am experiencing is that DPS apparently told this customer that using CURL is insecure and wants the module changed to not use it. I was given the following test script, but I'm just not seeing how I can change it to work with the Zen-Cart. Has anyone else had this happen to them and have you found a way to fix it?

    Test.php script:
    =======================
    ob_start();

    // Base config
    include "/home/globenet/common/classes/base.class.php";
    $obj_base = new base();
    $obj_base->set_debug(1);
    $session_required = 0; $secure_required = 1;
    $obj_base->javascript_load("cc_waitforprocessing");
    include_once $obj_base->dirstep."common/includes/header.inc";

    // ---------- End of Header Stuff ---------- //

    include_once $obj_base->dirstep."common/classes/creditcard.class.php";
    $obj_cc = new creditcard();

    $obj_cc->set_ccnumber("4367730190123456");
    $obj_cc->set_ccexpiry("0610");
    $obj_cc->set_ccholder("Berticus");
    $obj_cc->set_cctype("Visa");
    $obj_cc->set_cvc2($cvc2);
    $obj_cc->set_what_we_be_doing("AH");
    $obj_cc->set_amount("25");
    $obj_cc->set_termsconditions($termsconditions);

    ?>
    <div id="prepage"><p>Checking your card details with the card provider... this may take a few moments.</p>
    <p><b>Please Wait...</b></p></div>
    <?
    ob_flush();
    flush();

    $obj_cc->process_card();
    $obj_cc->interpret_reply();

    include $obj_base->dirstep."common/includes/footer.inc";

    ob_end_flush();
    ================================

  2. #2
    Join Date
    May 2004
    Posts
    105
    Plugin Contributions
    2

    Default Re: DPS payment gateway

    does anyone have any experience with this issue?

 

 

Similar Threads

  1. Replies: 3
    Last Post: 12 May 2015, 08:34 AM
  2. Replies: 17
    Last Post: 3 Dec 2014, 05:41 PM
  3. v139h Payment Gateway- DPS not redirecting back to shopping site
    By ertejaspatel in forum Addon Payment Modules
    Replies: 4
    Last Post: 23 Jan 2014, 01:30 AM
  4. sagepay Order Not Showing In zen - Payment IS in payment gateway
    By Maccon in forum Addon Payment Modules
    Replies: 7
    Last Post: 15 Feb 2011, 08:22 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR