feat(gatekeeper): lower checkout session expiry (#3626)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user