- 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> |
||
|---|---|---|
| .. | ||
| cart-demo.ts | ||
| cart.css | ||
| folk-cart-shop.ts | ||
| folk-payment-page.ts | ||
| folk-payment-request.ts | ||