onPaymentNotification not invoke

  • Posts: 2
  • Thank you received: 0
8 years 9 months ago #207464

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- Browser(s) name and version -- : Firefox Dev. 41.0A
-- Error-message(debug-mod must be tuned on) -- : onPaymentNotification not invoke. I created payment plugin, which redirects user to payment service and have entered result url in payment aggregator options. But when i select pay on aggregator (with test mode on) it write that POST request was sent, and it is (see this in server logs), but order status not changing and nothing is written in payment logs with echo

onPaymentNotification not invoke. I created payment plugin, which redirects user to payment service and have entered result url in payment aggregator options. But when i select pay on aggregator (with test mode on) it write that POST request was sent, and it is (see this in server logs), but order status not changing and nothing is written in payment logs with echo

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

  • Posts: 12953
  • Thank you received: 1778
8 years 9 months ago #207471

Hello,
If you want to write something to your payment log through your onPaymentNotification function, you'll have to use that kind of code :

$this->writeToLog('What you want to write');

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

Time to create page: 0.067 seconds
Powered by Kunena Forum