Aliases:
Payment confirmation:
This hook displays new elements after the payment is validated
Hook locations:
Hook type: action
Located in:
<?php
array(
'id_order' => (int) Order ID
);
Hook::exec('actionPaymentConfirmation', ['id_order' => (int) $order->id], null, false, true, false, $order->id_shop)