rswag-online/frontend
Jeff Emmett b437709510 feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve
- Swap stripe SDK for mollie-api-python (Dutch data residency, PCI-DSS L1)
- Mollie redirect checkout flow: create payment → hosted page → webhook
- Rename DB columns: stripe_session_id → payment_id, add payment_provider
- Add revenue split: configurable fraction of each sale deposits to
  flow-service TBFF funnel → Transak on-ramp → bonding curve ($MYCO)
- Add checkout success page with cart cleanup
- Add backlog tasks for remaining work
- Remove @stripe/stripe-js from frontend, Stripe env vars from Docker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:16:39 -07:00
..
app feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
lib feat: add Upload Swag page with product mockup previews 2026-02-18 12:38:58 -07:00
public feat: add Upload Swag page with product mockup previews 2026-02-18 12:38:58 -07:00
Dockerfile feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
middleware.ts feat: add fungiswag.jeffemmett.com as custom domain for Fungi Flows 2026-02-18 12:45:21 -07:00
next-env.d.ts Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
next.config.mjs Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
package.json feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
postcss.config.mjs Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
tailwind.config.ts Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
tsconfig.json Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00