Hook | actionProductCancel |
---|---|
Locations | FO |
Type | action |
Origin | core |
Aliases | [cancelProduct] |
Origin | File |
---|---|
core | src/Adapter/Order/CommandHandler/IssueStandardRefundHandler.php |
Hook::exec('actionProductCancel', ['order' => $order, 'id_order_detail' => (int) $orderDetailId, 'cancel_quantity' => $productRefund['quantity'], 'action' => CancellationActionType::STANDARD_REFUND], null, false, true, false, $order->id_shop)