WORLDPLAY event website - prefiguring postcapitalist futures through fiction, performance and play
Go to file
Jeff Emmett dc95bf4819
CI/CD / deploy (push) Failing after 1m12s Details
feat: add Mollie payment pipeline with two-step registration flow
Convert single-step registration into a two-step flow:
- Step 1: Registration info → saves to JSON + Google Sheet with awaiting_payment status
- Step 2: Accommodation selection + price summary → creates Mollie checkout → redirects

On payment completion, Mollie webhook updates status, assigns bed on booking sheet,
sends confirmation email, and adds to Listmonk.

New files: api/booking-sheet.js, payment-success.html
New routes: /api/create-checkout-session, /api/mollie/webhook, /api/payment-status

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 14:36:40 -04:00
.gitea/workflows fix(ci): use SSH-based container status check for smoke test 2026-04-01 15:07:10 -07:00
api feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
backlog chore: add backlog-notify onStatusChange hook 2026-03-11 14:22:30 -07:00
images Add GameScenes as promotional partner 2026-04-04 18:04:16 -04:00
.dockerignore Initial commit: WORLDPLAY event website 2026-01-21 11:50:14 +01:00
.gitignore feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
Dockerfile feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
docker-compose.yml feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
financial-transparency.html Update website content: hero date/place, footer, organizer info, email domain 2026-03-06 15:51:16 -08:00
index.html feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
package-lock.json feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
package.json feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
payment-success.html feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00
server.js feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00