Ghost/ghost/stripe/lib
Naz 8c3473e5e0 Moved exception handling for members migrations
refs https://github.com/TryGhost/Toolbox/issues/358

- Error handling should be done as close to the place that knows how to handle them. It's a catch-all block which doesn't add any logic, so does not really make sense to have that extra code in general "init" method which ideally should be just a whole bunch of calls with no extras.
2022-07-26 15:13:12 +01:00
..
Migrations.js Moved exception handling for members migrations 2022-07-26 15:13:12 +01:00
StripeAPI.js Fixed failing migration requests when client runs in a test env 2022-04-05 21:36:22 +12:00
StripeService.js Fixed failing migration requests when client runs in a test env 2022-04-05 21:36:22 +12:00
WebhookController.js Handled newsletter preference for paid members signup 2022-04-13 15:02:58 +05:30
WebhookManager.js