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