Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tirin

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ismael

tirin's Achievements

  1. 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
×
×
  • Create New...