Results 1 to 10 of 21

Threaded View

  1. #15
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Help With PayPal Express

    Here's the skinny:

    Based on the Feb 19 patch, make these changes:
    /includes/modules/payment/paypalwpp.php

    line 780 says:
    Code:
                              'payment_date' => $this->payment_time,
    change to:
    Code:
                              'payment_date' => trim(preg_replace('/[^0-9-:]/', ' ', $this->payment_time)),
    line 793 says:
    Code:
                              'notify_version' => '',
    change to:
    Code:
                              'notify_version' => '0',
    Ajeh is doing some testing to be sure she, er, um, I didn't bust nothin ...


    UPDATE: Patch issued:
    http://www.zen-cart.com/forum/showth...514#post332514
    Last edited by DrByte; 21 Feb 2007 at 08:36 AM. Reason: patch issued
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Help with paypal express: ipn_main_handler.php
    By shessorandom in forum PayPal Express Checkout support
    Replies: 14
    Last Post: 16 Jun 2012, 07:27 AM
  2. 2006 MySQL server has gone away when using PayPal Express
    By valenk1 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 16 Oct 2009, 06:25 AM
  3. Correct settings for paypal express with a downloadable product! Help please!
    By CaliforniaKinship in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 20 Aug 2009, 12:55 AM
  4. Please Help me with paypal express check out
    By saminshah in forum PayPal Express Checkout support
    Replies: 16
    Last Post: 1 Jan 2008, 05:54 PM
  5. Please help me with Paypal Express problem!
    By yellow1912 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 28 Mar 2007, 07:28 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