Skip to content

Commit a63dae8

Browse files
Filip-Bumbuclaude
andcommitted
Switch Stripe price IDs to live mode
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9f8036d commit a63dae8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/src/pages/Pricing.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { createCheckout, createPortalSession, getBillingStatus, BillingStatus }
1010
import { useEffect } from 'react'
1111

1212
const PRICE_IDS = {
13-
starter: 'price_1TGPPPIrHmPnoiiOWJrVPXGb',
14-
pro: 'price_1TGPPmIrHmPnoiiOAugd3a1E',
15-
team: 'price_1TGPQ7IrHmPnoiiOwzY8mG5y',
13+
starter: 'price_1TGQH1Isg0HKgiZiwoJS8dsL',
14+
pro: 'price_1TGQH1Isg0HKgiZilKpkTzhH',
15+
team: 'price_1TGQH1Isg0HKgiZiVYwMcaks',
1616
} as const
1717

1818
const PLAN_RANK: Record<string, number> = { free: 0, starter: 1, pro: 2, team: 3 }

workers/hashidea-api/worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616

1717
const PRICE_TO_PLAN = {
18-
'price_1TGPPPIrHmPnoiiOWJrVPXGb': 'starter',
19-
'price_1TGPPmIrHmPnoiiOAugd3a1E': 'pro',
20-
'price_1TGPQ7IrHmPnoiiOwzY8mG5y': 'team',
18+
'price_1TGQH1Isg0HKgiZiwoJS8dsL': 'starter',
19+
'price_1TGQH1Isg0HKgiZilKpkTzhH': 'pro',
20+
'price_1TGQH1Isg0HKgiZiVYwMcaks': 'team',
2121
};
2222

2323
// ── Plan limits ─────────────────────────────────────

0 commit comments

Comments
 (0)