Files
firefrost-services/services
Claude (Chronicler #57) 05676a5f86 fix: move webhook to /webhooks/stripe to avoid route conflict
ISSUE:
Mounting at /stripe/webhook conflicts with /stripe mount
Both mounts match the webhook URL, JSON parser wins

FIX:
Changed webhook mount from /stripe/webhook to /webhooks/stripe
Now completely separate from /stripe checkout mount

NEW WEBHOOK URL: https://discord-bot.firefrostgaming.com/webhooks/stripe/webhook
UPDATE STRIPE DASHBOARD TO: https://discord-bot.firefrostgaming.com/webhooks/stripe/webhook

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