From 9fb138c4ee0e3a8e679beb610e89f8395cfbda14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:35:16 -0500 Subject: [PATCH] status shifts changed --- .../client_create_order_repository_impl.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/packages/features/client/create_order/lib/src/data/repositories_impl/client_create_order_repository_impl.dart b/apps/mobile/packages/features/client/create_order/lib/src/data/repositories_impl/client_create_order_repository_impl.dart index af17ae39..89b2318f 100644 --- a/apps/mobile/packages/features/client/create_order/lib/src/data/repositories_impl/client_create_order_repository_impl.dart +++ b/apps/mobile/packages/features/client/create_order/lib/src/data/repositories_impl/client_create_order_repository_impl.dart @@ -100,7 +100,7 @@ class ClientCreateOrderRepositoryImpl implements ClientCreateOrderRepositoryInte .state(hub.state) .street(hub.street) .country(hub.country) - .status(dc.ShiftStatus.PENDING) + .status(dc.ShiftStatus.CONFIRMED) .workersNeeded(workersNeeded) .filled(0) .durationDays(1) @@ -219,7 +219,7 @@ class ClientCreateOrderRepositoryImpl implements ClientCreateOrderRepositoryInte .state(hub.state) .street(hub.street) .country(hub.country) - .status(dc.ShiftStatus.PENDING) + .status(dc.ShiftStatus.CONFIRMED) .workersNeeded(workersNeeded) .filled(0) .durationDays(1)