diff --git a/pricing/tiers.generated.ts b/pricing/tiers.generated.ts index bb7faa2cd..d278d2aad 100644 --- a/pricing/tiers.generated.ts +++ b/pricing/tiers.generated.ts @@ -1,9 +1,9 @@ // SPDX-License-Identifier: MIT // Generated by scripts/stripe/sync-products.ts. Do not edit by hand. -// Each entry maps a tier slug → Stripe price ID. Empty until the sync -// script has been run against a Stripe account. import type { TierSlug } from './tiers.config'; export const STRIPE_PRICE_IDS: Partial, string>> = { - // Populated by `pnpm tsx scripts/stripe/sync-products.ts`. + app_deployment: "price_1TZbHyGYRsLErhxb57O1CSEG", + developer_seat: "price_1TZbHxGYRsLErhxb2u82hupX", + indie: "price_1TZbHxGYRsLErhxbQfo00q9Q", };