Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    bug Sermepa 2.0 gateway: bug when using long signature - Solved

    I've wasted all the morning testing sermepa 2.0 module with our bank gateway. Finally found that around lines 138,141,203 and 206 the comparisons are wrong: the use only one equal for comparison instead of double equal, which makes that always enter in 'corta'

    Search $ds_key_long='corta' and replace with $ds_key_long=='corta'
    same with: $ds_key_long='larga' and replace with $ds_key_long=='larga'

  2. #2
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Sermepa 2.0 gateway: bug when using long signature - Solved

    by the way, on admin/sermepa.php search:

    $client_email=$db->Execute("select customers_email_address from okron_customers where customers_id=".$client_id);

    and replace with:

    $client_email=$db->Execute("select customers_email_address from ". TABLE_CUSTOMERS ." where customers_id=".$client_id);

  3. #3
    Join Date
    Nov 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sermepa 2.0 gateway: bug when using long signature - Solved

    1,000,000 thanks, man!!! Had this poblem and didn't know how to solve it until I found your post.

  4. #4
    Join Date
    Feb 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sermepa 2.0 gateway: bug when using long signature - Solved

    Thank you very much solucionoproblemas for your post!!!!!

 

 

Similar Threads

  1. TinyMCE Bug SOLVED
    By technologystorm in forum Upgrading from 1.3.x to 1.3.9
    Replies: 15
    Last Post: 23 May 2011, 09:47 AM
  2. TinyMce Bug not solved
    By BongoFletch in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 27 Jan 2011, 03:32 AM
  3. Bug? Error 10413 when using the attribute : One time charge
    By dharma in forum PayPal Express Checkout support
    Replies: 14
    Last Post: 29 Oct 2008, 11:48 PM
  4. [not a bug] EZ-page create fails when using <textarea>
    By cropinstop in forum Bug Reports
    Replies: 2
    Last Post: 11 Aug 2007, 06:12 PM
  5. Replies: 1
    Last Post: 27 Sep 2006, 03:22 AM

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