diff --git a/app/Repositories/Shop/Orders.php b/app/Repositories/Shop/Orders.php index 6bb8bbd4..1ab8fe05 100644 --- a/app/Repositories/Shop/Orders.php +++ b/app/Repositories/Shop/Orders.php @@ -135,7 +135,7 @@ class Orders public static function statuses() { - return ['En attente', 'Préparation', 'Expédié', 'Livré']; + return ['En attente', 'Préparation', 'Expédié', 'Livré', 'Annulé']; } public static function getPaymentType($id)