Smalot\Magento\Order\Order::unhold PHP Method

unhold() public method

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