throw new \ErrorException('La commande doit être liée à un merchant.'); | throw new \ErrorException('La commande doit être liée à un merchant.'); | ||||
} | } | ||||
$orderShop = $this->setOrderStatus('cart', $orderShop); | |||||
$orderShop = $this->changeOrderStatus('cart', $orderShop); | |||||
return $orderShop; | return $orderShop; | ||||
} | } |