mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
9be1d2de4f
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. |
||
---|---|---|
.. | ||
unit/lib | ||
utils | ||
.eslintrc.js | ||
hello.test.js |