fleet/website/api/controllers/webhooks
Eric 944be6d876
Website: Update error handling in Stripe webhook. (#13369)
Closes: https://github.com/fleetdm/confidential/issues/3356

Changes:
- Updated the `receive-from-stripe` webhook not to throw an error if it
receives an event that stripe sends before we create a subscription
record in the website's database. It will now check if the Stripe
customer referenced in the event matches a User record in the database
and throws an error if it no matching user is found.
2023-08-18 18:16:03 -05:00
..
receive-from-customer-fleet-instance.js Website: Fix bug in customer migration webhook (#12277) 2023-06-09 19:06:25 -05:00
receive-from-github.js removing DRI (#13354) 2023-08-16 22:22:22 -05:00
receive-from-stripe.js Website: Update error handling in Stripe webhook. (#13369) 2023-08-18 18:16:03 -05:00
receive-usage-analytics.js Website: Fix storedError metric reporting in receive-usage-analytics.js (#11404) 2023-04-27 17:40:10 -05:00