Replace Stripe checkout with Mollie payments API. Mollie handles payment method selection on their hosted checkout (card, SEPA, iDEAL, PayPal, etc). Simpler auth model — single API key, no webhook secrets. - Rewrite /api/create-checkout-session for Mollie payment creation - Rewrite /api/webhook for Mollie status verification flow - Update google-sheets.ts: stripeSessionId → paymentSessionId - Remove payment method radio buttons (Mollie shows all methods) - Update docker-compose env vars - Swap stripe npm package for @mollie/api-client Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| backlog | ||
| components | ||
| lib | ||
| public | ||
| styles | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| CCG26-Sponsor-One-Pager.md | ||
| CCG26-Sponsor-Outreach-Email.md | ||
| CCG26-Sponsor-Outreach-Template.md | ||
| CCG26-Sponsorship-Deck-print.html | ||
| CCG26-Sponsorship-Deck.html | ||
| CCG26-Sponsorship-Package.html | ||
| CCG26-Sponsorship-Package.md | ||
| CCG26-Sponsorship-Package.pdf | ||
| CCG26-Sponsorship-Package.pptx | ||
| Dockerfile | ||
| README.md | ||
| components.json | ||
| docker-compose.staging.yml | ||
| docker-compose.yml | ||
| generate_sponsor_docs.py | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
| twitter-thread-ccg26.md | ||
README.md
Crypto commons gathering
Automatically synced with your v0.app deployments
Overview
This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.
Deployment
Your project is live at:
https://vercel.com/jeff-emmetts-projects/v0-crypto-commons-gathering
Build your app
Continue building your app on:
https://v0.app/chat/f77SXB9OLiW
How It Works
- Create and modify your project using v0.app
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository