Commit 3560654
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments