mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 14:27:27 +00:00
Rebrand paid tier to $99 Founding Lifetime Member
Replace the $10 "Premium" pitch with a $99 Founding Lifetime Member offer (first 1,000 accounts) and list every bonus feature in the join@ upgrade prompt: personal email + webmail, custom domains, Tor access, and lifetime locked-in pricing. - payments: PremiumPriceLabel/default amount $10 -> $99, add FoundingCap - join@ offer + already-paid welcome + gated-route upsell copy - README + interface doc comments Price stays env-overridable via AGENTBBS_PREMIUM_AMOUNT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
52b06d8cfe
commit
2a9d841ddb
4 changed files with 30 additions and 19 deletions
|
|
@ -82,8 +82,8 @@ type Store interface {
|
|||
// SetPremiumPayment records the CoinPay payment id of a pending premium
|
||||
// charge so a later visit can verify whether it settled.
|
||||
SetPremiumPayment(userID int64, payID string) error
|
||||
// GrantPremium marks the account as a lifetime premium member (the $10
|
||||
// one-time membership), recording the CoinPay payment reference. Idempotent.
|
||||
// GrantPremium marks the account as a lifetime premium member (the $99
|
||||
// Founding Lifetime membership), recording the CoinPay payment reference. Idempotent.
|
||||
GrantPremium(userID int64, paymentRef string) error
|
||||
|
||||
RecordSession(userID int64, username, remote, route string) (int64, error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue