- Fix: add publicWrite to cartModule so payment routes aren't blocked by space-level write auth (routes have their own auth checks) - Add paymentType field: 'single' (one-time) or 'subscription' (reusable QR) - Add maxPayments inventory limit: QR codes auto-fill when limit reached - Add paymentCount to track how many payments received - Add enabledMethods: toggle card/wallet/encryptid per payment request - Payment page only shows enabled tabs, shows inventory progress bar - Subscriptions reset to 'pending' after each payment until filled - New 'filled' status for inventory-limited payments that are full Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| db | ||
| extract.ts | ||
| flow.ts | ||
| landing.ts | ||
| local-first-client.ts | ||
| mod.ts | ||
| schemas.ts | ||