Files
firefrost-services/services
Claude (Chronicler #57) 61ff2e8ba3 fix: restore stripe mount for checkout while keeping webhook raw body
Need BOTH mounts:
- /stripe/webhook (line 43, BEFORE json parser) - raw body for signature
- /stripe (line 83, AFTER json parser) - parsed body for checkout

This allows:
- Webhook at /stripe/webhook with raw body
- Checkout at /stripe/create-checkout-session with parsed body

Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>
2026-04-03 16:51:02 +00:00
..