diff --git a/pricing/tiers.generated.ts b/pricing/tiers.generated.ts index aedd6752..8c2853cf 100644 --- a/pricing/tiers.generated.ts +++ b/pricing/tiers.generated.ts @@ -4,7 +4,7 @@ import type { TierSlug, BillingCycle } from './tiers.config'; type BuyableSlug = Exclude; -// Empty stub — run `STRIPE_SECRET_KEY=sk_... pnpm tsx scripts/stripe/sync-products.ts` -// to populate. Until that runs, the checkout API returns a 503 with a helpful -// message. -export const STRIPE_PRICE_IDS: Partial>> = {}; +export const STRIPE_PRICE_IDS: Partial>> = { + developer_seat: { monthly: "price_1TapR1GYRsLErhxb83221xMU", annual: "price_1TapR1GYRsLErhxb67dc67h1" }, + team: { monthly: "price_1TapR2GYRsLErhxbBbrJMLpk", annual: "price_1TapR2GYRsLErhxbYsWAkYuE" }, +};