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. |
||
---|---|---|
.. | ||
controllers/router | ||
repositories | ||
services | ||
common.js |