clarkk Posted December 5, 2012 Share Posted December 5, 2012 http://doc.prestashop.com/display/PS15/Hooks+in+PrestaShop+1.5 Where can you find a complete list of the parameters returned to the hook methods? I need to know the structure of the parameters returned to actionPaymentConfirmation.. I don't have a fully working webshop, so can't test it myself Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted December 5, 2012 Share Posted December 5, 2012 Hi, I think that you can find it here: OrderHistory.php::changeIdOrderState() // executes hook if ($new_os->id == Configuration::get('PS_OS_PAYMENT')) Hook::exec('actionPaymentConfirmation', array('id_order' => (int)$order->id)); Regards 1 Link to comment Share on other sites More sharing options...
Recommended Posts