Ghost/ghost/members-api/lib
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
..
controllers/router
repositories Updated status events to happen before subscribed events 2021-03-05 12:59:05 +00:00
services Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
common.js