Ghost/ghost/members-api/lib/services
Fabien O'Carroll 9be1d2de4f Updated invoice webhook handling for payment events
no-issue

1. We do not want to store payment events for payments of 0 value
2. Stripe webhooks can arrive and be processed "out of order", which can
   result in us attempting to add a payment event for a member which
   does not yet exist. The change here will 404 in such (edge) cases, so
   that Stripe will retry the webhook at a later point, when the Member
   has been created, allowing us to store the payment event.
2021-03-10 17:15:16 +00:00
..
geolocation Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
stripe-api Threw "fatal" errors for non-prod usage of live Stripe data (#236) 2021-02-23 11:21:11 +00:00
stripe-plans Threw "fatal" errors for non-prod usage of live Stripe data (#236) 2021-02-23 11:21:11 +00:00
stripe-webhook Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
token Refactor members-api (#231) 2021-01-18 13:55:40 +00:00