Smalot\Magento\Order\Order::unhold PHP Метод

unhold() публичный Метод

Allows you to unhold the required order.
public unhold ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
Результат Smalot\Magento\ActionInterface
    public function unhold($orderIncrementId)
    {
        return $this->__createAction('order.unhold', func_get_args());
    }