Ghost/ghost/stripe/lib
Fabien "egg" O'Carroll f452df7e92 Fixed error handling webhook for unknown member
refs https://github.com/TryGhost/Team/issues/1374

We cannot update payment details for members which we don't know about,
so returning and giving a successful response to Stripe is the correct
thing to do.
2022-02-17 13:51:47 +02:00
..
Migrations.js
StripeAPI.js Ensured correct usage of @tryghost/errors everywhere 2022-02-15 12:30:36 +00:00
StripeService.js Moved the last of the Stripe config out of Members 2022-02-15 10:57:40 +02:00
WebhookController.js Fixed error handling webhook for unknown member 2022-02-17 13:51:47 +02:00
WebhookManager.js