diff --git a/packages/server/modules/gatekeeper/services/checkout.ts b/packages/server/modules/gatekeeper/services/checkout.ts index 92b497e67..8c449ae7b 100644 --- a/packages/server/modules/gatekeeper/services/checkout.ts +++ b/packages/server/modules/gatekeeper/services/checkout.ts @@ -95,7 +95,8 @@ export const startCheckoutSessionFactory = throw new WorkspaceAlreadyPaidError() if ( new Date().getTime() - workspaceCheckoutSession.createdAt.getTime() > - 10 * 60 * 1000 + 1000 + // 10 * 60 * 1000 ) { await deleteCheckoutSession({ checkoutSessionId: workspaceCheckoutSession.id