Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Standar Error, no email, no stock updated, etc


tirin

Recommended Posts

Hello

I am using paypal standard and i have a problem. When someone paid using paypal the web returns to shopping cart with the MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_INVALID_TRANSACTION message in the top.

The order appears in the admin panel but the application dont send the confirmation email, dont update the stock and send me a paypal debug email.

I see that the problem ocurs becaus the aplication enter in this line of paypal_standard.php

if ($result != 'VERIFIED') {
        if (defined('MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_INVALID_TRANSACTION')) {
          $messageStack->add_session('header', MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_INVALID_TRANSACTION);
        }

        $this->sendDebugEmail($result);

        tep_redirect(tep_href_link(FILENAME_SHOPPING_CART));
      }

 

But in my paypal debug email appears:

 

[payment_status] => Completed

 

I dont know how is failing in the validation...

Someone can help me??

 

thank you and sorry for my bad english

Link to comment
Share on other sites

Are you using the old Paypal module or the Paypal App? If you're not using the App, that's at least a part of your problem, as Paypal has changed their API since the old module was written.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...