chore(cloud): update env vars

This commit is contained in:
Henry
2025-09-02 22:49:36 +01:00
parent 06c268bed1
commit 3cea9377e6
2 changed files with 6 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export default async function handler(
const event = stripe.webhooks.constructEvent(
rawBody,
sig,
process.env.STRIPE_WEBHOOK_SECRET!,
process.env.STRIPE_WEBHOOK_SECRET_LEGACY!,
);
const { db } = await createNextApiContext(req);