From 1c90a8bbee377863d26412da31230a53f600b71e Mon Sep 17 00:00:00 2001 From: Toon van Ramshorst Date: Tue, 28 May 2024 20:12:53 +0200 Subject: [PATCH] Filename correction (README.md) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pricing.js → pricing_plans.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d17fa1..c4f793b1 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Finally: if you find build, formatting or linting rules too tedious, you can dis - Optional: theme your Stripe integration - Change the colors and fonts to match your brand [here](https://dashboard.stripe.com/settings/branding) - Update your pricing plan data to align to your stripe data - - See `/src/routes/(marketing)/pricing/pricing.js` and Fill in all fields for each plan. stripe_price_id and stripe_product_id should only be omitted on a single “free” plan. Multiple free plans are not supported. + - See `/src/routes/(marketing)/pricing/pricing_plans.ts` and Fill in all fields for each plan. stripe_price_id and stripe_product_id should only be omitted on a single “free” plan. Multiple free plans are not supported. - The product in Stripe can contain several prices for the same product (annual, monthly, etc). The stripe_price_id you choose to put in this json will be the default we use for the checkout experience. However, if you have more prices configured for a product configured, the user can switch between them in the management portal. - Set the `defaultPlanId` to the plan the user will see as their “current plan” after signup, but before subscribing to a paid plan (typically “free”). It should align to the plan with no stripe_price_id. - if you want an item highlighted on `/pricing`, specify that plan ID in `/src/routes/(marketing)/pricing/+page.svelte`