add tto order

This commit is contained in:
Danel Kungla
2025-09-26 15:58:25 +03:00
parent 6c3ae1eda6
commit bfdd1ec62a
6 changed files with 30 additions and 31 deletions

View File

@@ -171,9 +171,11 @@ const TimeSlots = ({
reservationId,
newStartTime: timeSlot.StartTime,
newServiceId: Number(syncedService.id),
timeSlot.UserID,
timeSlot.SyncUserID,
booking.selectedLocationId ? booking.selectedLocationId : null,
newAppointmentUserId: timeSlot.UserID,
newSyncUserId: timeSlot.SyncUserID,
newLocationId: booking.selectedLocationId
? booking.selectedLocationId
: null,
cartId,
});