feat: create email template for TTO reservation confirmation
feat: implement order notifications service with TTO reservation confirmation handling feat: create migration for TTO booking email webhook trigger
This commit is contained in:
@@ -45,7 +45,6 @@ export const BookingProvider: React.FC<{
|
||||
const updateTimeSlots = async (serviceIds: number[]) => {
|
||||
setIsLoadingTimeSlots(true);
|
||||
try {
|
||||
console.log('serviceIds', serviceIds, selectedLocationId);
|
||||
const response = await getAvailableTimeSlotsForDisplay(
|
||||
serviceIds,
|
||||
selectedLocationId,
|
||||
|
||||
@@ -167,7 +167,7 @@ const TimeSlots = ({
|
||||
|
||||
return handleBookTime(timeSlot);
|
||||
};
|
||||
console.log('paginatedBookings', booking.isLoadingTimeSlots);
|
||||
|
||||
return (
|
||||
<Skeleton
|
||||
isLoading={booking.isLoadingTimeSlots}
|
||||
|
||||
Reference in New Issue
Block a user