feat(cloud): enable promo codes for checkout

This commit is contained in:
Henry
2025-09-04 22:52:31 +01:00
parent 2a355238a4
commit a532fa1ce2

View File

@@ -196,6 +196,13 @@ export const initAuth = (db: dbClient) => {
return isUserInWorkspace;
},
getCheckoutSessionParams: () => {
return {
params: {
allow_promotion_codes: true,
},
};
},
},
}),
]