Ghost/ghost/members-api/test
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
..
unit/lib Updated invoice webhook handling for payment events 2021-03-10 17:15:16 +00:00
utils Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.eslintrc.js Store geolocation data during member signup/signin (#128) 2020-02-27 10:29:36 +00:00
hello.test.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00