v0.2.6 calendar-anniversary billing

This commit is contained in:
local
2026-05-11 23:02:57 -05:00
parent 45c8462fa2
commit cd377683fb
5 changed files with 153 additions and 22 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ const inputSpec = InputSpec.of({
pro_monthly: Value.number({
name: 'Pro — Monthly Credits',
description:
'Total credits a Pro user gets each calendar month. Resets on the 1st. Default 50.',
'Total credits a Pro user gets each billing period. Renewals are calendar-anniversary based: a user who first activates on the 17th renews on the 17th of every following month (clamps to the last day for shorter months — e.g. Jan 31 → Feb 28/29 → Mar 31). Default 50.',
required: true,
default: 50,
min: 0,