Show PayPal Pro Hosted IPN info in Order History Comments
Posted: Thu Jul 18, 2013 4:42 pm
Hello,
I have recently installed the following PayPal Pro Hosted (iframe) payment module on my website:
http://www.opencart.com/index.php?route ... on_id=6435
It is working well however I need to pass the IPN information (specifically the PayPal transaction ID) back to OpenCart and would like it to show in the 'Comments' section under 'Order History' (like the default PayPal Pro module does).
Currently the IPN information is passed to the log:
However I cannot get it to show in the 'Comments'. One solution I've tried is Qphoria's suggestion in the following post (relating to PayPal Standard) but still luck:
http://forum.opencart.com/viewtopic.php ... 201.5.x%29
Any advice would be greatly appreciated.
Thanks,
Mike
I have recently installed the following PayPal Pro Hosted (iframe) payment module on my website:
http://www.opencart.com/index.php?route ... on_id=6435
It is working well however I need to pass the IPN information (specifically the PayPal transaction ID) back to OpenCart and would like it to show in the 'Comments' section under 'Order History' (like the default PayPal Pro module does).
Currently the IPN information is passed to the log:
Code: Select all
$this->log->write('pp_pro_iframe_test :: IPN REQUEST: ' . $request);
http://forum.opencart.com/viewtopic.php ... 201.5.x%29
Any advice would be greatly appreciated.
Thanks,
Mike