Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: IPN Error since 1.3.5 Upgrade

    oddly enough, PayPal says that they will always send the email address back to Zen Cart in lower case, but ... clearly that isn't happening in your case.

    Solution:
    edit /includes/modules/payment/paypal/paypal_functions.php
    line 60:
    change from:
    Code:
        if ($postArray['business'] != strtolower(MODULE_PAYMENT_PAYPAL_BUSINESS_ID)) {
    to:
    Code:
        if (strtolower($postArray['business']) != strtolower(MODULE_PAYMENT_PAYPAL_BUSINESS_ID)) {
    .

    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.

  2. #2
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: IPN Error since 1.3.5 Upgrade

    Doc,

    Success!

    That did it! What a pain in the A$$ that was!!! I had tried to change my email address to lower case on Paypal and it would not reset. They have some sort of cache keeping a copy of the original address so even if you delete an email and then add it again, boink same address. When I called support at Paypal they said they could not change any emails or even access the way the emails are stored.

    I hope this helps others having the same problem as this one was a real winner!!!

    Thanks

    Global Village

  3. #3
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: IPN Error since 1.3.5 Upgrade

    This fix will be part of the next release
    .

    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. v151 SGS-020003 Invalid XML error in FirstData / Linkpoint module since upgrade to 1.51
    By d9000 in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 7 Jan 2014, 02:13 AM
  2. Sudden Problems with Paypal since Dec 1???? IPN Handler (Zen Cart v1.2.4)
    By Trinity in forum PayPal Website Payments Pro support
    Replies: 24
    Last Post: 17 Dec 2009, 11:57 AM
  3. Has PAYPAL IPN and $0.00 shipping been fixed since 1.2.25 to 1.3.37?
    By JLA in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 6 Feb 2007, 03:45 AM
  4. Runtime Error since upgrade to 1.3.6 (missed upgrading some template files)
    By Ripper in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 6 Nov 2006, 05:45 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