tirin Posted November 22, 2016 Share Posted November 22, 2016 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 Quote Link to comment Share on other sites More sharing options...
♥kymation Posted November 22, 2016 Share Posted November 22, 2016 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 Quote See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.