Ghost/ghost/members-api
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
..
lib Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
test Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.gitignore Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
index.js Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
package.json Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00