File tree Expand file tree Collapse file tree
packages/features/bookings/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import { CalendarEventBuilder } from "@calcom/features/CalendarEventBuilder";
1818import type { BookingDataSchemaGetter } from "@calcom/features/bookings/lib/dto/types" ;
1919import type { CreateRegularBookingData , CreateBookingMeta } from "@calcom/features/bookings/lib/dto/types" ;
2020import type { CheckBookingAndDurationLimitsService } from "@calcom/features/bookings/lib/handleNewBooking/checkBookingAndDurationLimits" ;
21+ import { handlePayment } from "@calcom/features/bookings/lib/handlePayment" ;
2122import { handleWebhookTrigger } from "@calcom/features/bookings/lib/handleWebhookTrigger" ;
2223import { isEventTypeLoggingEnabled } from "@calcom/features/bookings/lib/isEventTypeLoggingEnabled" ;
2324import type { CacheService } from "@calcom/features/calendar-cache/lib/getShouldServeCache" ;
@@ -57,7 +58,6 @@ import { getTeamIdFromEventType } from "@calcom/lib/getTeamIdFromEventType";
5758import { HttpError } from "@calcom/lib/http-error" ;
5859import type { CheckBookingLimitsService } from "@calcom/lib/intervalLimits/server/checkBookingLimits" ;
5960import logger from "@calcom/lib/logger" ;
60- import { handlePayment } from "@calcom/lib/payment/handlePayment" ;
6161import { getPiiFreeCalendarEvent , getPiiFreeEventType } from "@calcom/lib/piiFreeData" ;
6262import { safeStringify } from "@calcom/lib/safeStringify" ;
6363import { getTranslation } from "@calcom/lib/server/i18n" ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ import { uuid } from "short-uuid";
44
55import { sendScheduledSeatsEmailsAndSMS } from "@calcom/emails" ;
66import { refreshCredentials } from "@calcom/features/bookings/lib/getAllCredentialsForUsersOnEvent/refreshCredentials" ;
7+ import { handlePayment } from "@calcom/features/bookings/lib/handlePayment" ;
78import {
89 allowDisablingAttendeeConfirmationEmails ,
910 allowDisablingHostConfirmationEmails ,
1011} from "@calcom/features/ee/workflows/lib/allowDisablingStandardEmails" ;
1112import EventManager from "@calcom/lib/EventManager" ;
1213import { ErrorCode } from "@calcom/lib/errorCodes" ;
1314import { HttpError } from "@calcom/lib/http-error" ;
14- import { handlePayment } from "@calcom/lib/payment/handlePayment" ;
1515import prisma from "@calcom/prisma" ;
1616import { BookingStatus } from "@calcom/prisma/enums" ;
1717import { eventTypeAppMetadataOptionalSchema } from "@calcom/prisma/zod-utils" ;
You can’t perform that action at this time.
0 commit comments