diff --git a/convex/payments/checkout.ts b/convex/payments/checkout.ts index 6264efb83..01b03f579 100644 --- a/convex/payments/checkout.ts +++ b/convex/payments/checkout.ts @@ -50,7 +50,12 @@ async function _createCheckoutSession( const allowedOrigins = new Set([ "https://worldmonitor.app", + "https://www.worldmonitor.app", "https://app.worldmonitor.app", + "https://tech.worldmonitor.app", + "https://finance.worldmonitor.app", + "https://commodity.worldmonitor.app", + "https://happy.worldmonitor.app", new URL(siteUrl).origin, ]); if (!allowedOrigins.has(parsedReturnUrl.origin)) {