Ghost/ghost
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
..
magic-link Update dependency ghost-ignition to v4.5.4 2021-03-08 02:15:38 +00:00
members-api Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
members-csv Published new versions 2021-02-23 17:48:22 +00:00
members-ssr Update dependency ghost-ignition to v4.5.4 2021-03-08 02:15:38 +00:00