Smalot\Magento\Order\Order::hold PHP Method

hold() public method

Allows you to place the required order on hold.
public hold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
return Smalot\Magento\ActionInterface
    public function hold($orderIncrementId)
    {
        return $this->__createAction('order.hold', func_get_args());
    }