diff --git a/ui/src/routes/profile/+page.svelte b/ui/src/routes/profile/+page.svelte index 98ff016..539896a 100644 --- a/ui/src/routes/profile/+page.svelte +++ b/ui/src/routes/profile/+page.svelte @@ -11,8 +11,8 @@ // ── Polar checkout URLs (pre-fill email when available) ────────────────────── const emailParam = data.email ? `?customer_email=${encodeURIComponent(data.email)}` : ''; - const checkoutMonthly = `https://buy.polar.sh/libnovel/1376fdf5-b6a9-492b-be70-7c905131c0f9${emailParam}`; - const checkoutAnnual = `https://buy.polar.sh/libnovel/b6190307-79aa-4905-80c8-9ed941378d21${emailParam}`; + const checkoutMonthly = `https://buy.polar.sh/polar_cl_KtOHiuL2UkiQ4hrojBfINnxlCTORX1A8DeUUO18irVA${emailParam}`; + const checkoutAnnual = `https://buy.polar.sh/polar_cl_ylmUnsorSBCgNMhWVG7iO8zVQBnr5cVeLJlW74fm5kG${emailParam}`; // Customer portal: if user already has a Polar customer ID, link to their portal; // otherwise fall back to the org page const manageUrl = data.polarCustomerId