System Emails - Paypal notification was refused

  • Posts: 38
  • Thank you received: 0
8 years 10 months ago #226526

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.3.29

Hi All
I am having a problem with processing a PayPal payment over my secure (SSL) site. I will look into the problem shortly and have read your information at www.hikashop.com/index.php?option=com_up...pal-error#connection .

The first thing I want to do is to stop my server sending me emails telling me that "A Paypal notification was refused because the connection to the confirmation server failed", I must have had 10 or do emails arriving in the last 30 minutes and it is driving me nuts!

How do I stop these emails coming at me?
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
8 years 10 months ago #226585

Hi,

The easier would be to edit the paypal plugin (paypal.php file) and find the line

$email->body = str_replace('<br/>',"\r\n",JText::sprintf('NOTIFICATION_REFUSED_NO_CONNECTION','Paypal'))."\r\n\r\n".JText::sprintf('CHECK_DOCUMENTATION',HIKASHOP_HELPURL.'payment-paypal-error#connection') . $order_text;
And replace the line just below
$this->modifyOrder($action, null, null, $email);
By
// $this->modifyOrder($action, null, null, $email);
By commenting that line, the specific email won't be send anymore.
And you need to only comment that line for the "NOTIFICATION_REFUSED_NO_CONNECTION" case.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum