Skip to content

Commit 3560654

Browse files
Sbussisoclaude
andcommitted
docs(plans): update docstring pricing to $14 / $29
Updates the plans.py module docstring to reflect the new pricing: - Pro: $19 → $14 - Business: $49 → $29 The docstring is the only place in the codebase that hard-codes prices. The user-facing PricingPage renders via Clerk's <PricingTable /> component, which pulls live prices from the Clerk Dashboard configuration — so the numbers visitors see will change the moment Clerk is updated, not with this commit. Kept the "business" slug so existing subscriptions and code references keep working. A follow-up will rename the display name to "Pro Plus" once the Clerk product is renamed in the dashboard (same slug, new display name). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5199aae commit 3560654

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

backend/app/core/plans.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
44
Plan slugs must match the keys defined in the Clerk Dashboard:
55
- free_org (Free)
6-
- pro (Pro — $19/mo)
7-
- business (Business — $49/mo)
6+
- pro (Pro — $14/mo)
7+
- business (Business — $29/mo; will be renamed "Pro Plus" once the
8+
Clerk product is renamed in the dashboard)
89
"""
910

1011
import logging

0 commit comments

Comments
 (0)