rspace-online/modules/rcart/components
Jeff Emmett 2a10277ec8 feat(rcart): add real payment flow for cart contributions
Contribute button now offers "Pay Now" (creates a PaymentRequest linked
to the cart, navigates to the existing payment page) alongside "Record
Manual". When the payment completes, the server auto-records a
contribution on the cart with amount, method, and txHash.

- Add recipientAddress to ShoppingCartDoc, linkedCartId to PaymentRequestMeta
- New POST /api/shopping-carts/:cartId/contribute-pay route
- Payment status handler propagates paid → cart contribution
- Payment page shows "Return to Cart" link for linked payments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 20:25:17 -07:00
..
cart-demo.ts refactor: rename module directories to match r-prefixed module IDs 2026-02-28 19:49:26 -08:00
cart.css fix(rcart): resolve merge conflict — combine centering + subnav hiding 2026-03-12 18:59:24 -07:00
folk-cart-shop.ts feat(rcart): clickable demo orders with detail view 2026-03-12 20:12:45 -07:00
folk-group-buy-page.ts Fix mobile layout across all rcart pages and remove duplicate nav 2026-03-12 22:50:21 +00:00
folk-payment-page.ts feat(rcart): add real payment flow for cart contributions 2026-03-12 20:25:17 -07:00
folk-payment-request.ts Fix mobile formatting on payment request page 2026-03-12 22:36:55 +00:00
folk-payments-dashboard.ts Fix mobile layout across all rcart pages and remove duplicate nav 2026-03-12 22:50:21 +00:00