You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(landing): sync Team seat pricing with the $5 seat-fee catalog (#6834)
Vela #1263 dropped the Team seat fee to $5 and re-derived every Team
tier off it, but /pricing kept quoting the old catalog — Team Pro read
$120 / seat / month against a real $105, and the three-seat first-year
total read $2,592 against a real $2,268. Anyone comparing the marketing
page with the in-product upgrade modal saw two different prices.
The seat prices are percentage-derived off the cloud catalog and no
longer land on whole dollars ($73.50 first month, $100.63 on the yearly
Max coupon), so `formatUsd` and its browser-side twin now render cents
when an amount actually has them and keep whole dollars otherwise. The
individual Creator tiers are untouched and still print as whole dollars.
Prices come from db/seeds/local/seed-team-billing-catalog.py:
tier list /seat/mo 1st month yearly /seat/mo 1st year
Team Basic $5 $4 (-20%) $3.50 (-30%) $42
Team Plus $25 $20 (-20%) $17.50 (-30%) $210
Team Pro $105 $73.50(-30%) $63 (-40%) $756
Team Max $205 $123 (-40%) $100.63 (-51%) $1,207.61
pricing.md and the plans.json contract move with the snapshot, and the
contract test's golden totals are re-derived from the new catalog.
Co-authored-by: elifive555555 <296440099+elifive555555@users.noreply.github.com>
0 commit comments