diff --git a/packages/auth/src/auth.ts b/packages/auth/src/auth.ts index cb9f67f4..e91eae1a 100644 --- a/packages/auth/src/auth.ts +++ b/packages/auth/src/auth.ts @@ -196,6 +196,13 @@ export const initAuth = (db: dbClient) => { return isUserInWorkspace; }, + getCheckoutSessionParams: () => { + return { + params: { + allow_promotion_codes: true, + }, + }; + }, }, }), ]