Ghost/ghost/stripe/lib
Naz 27fe7ed61c 🐛 Fixed StripeAPI disconnection
refs https://github.com/TryGhost/Toolbox/issues/214

- After disconnecting Stripe API the `_configured` flag stayed as `true`, causing behaviors as if Stripe was still connnected.
- The `api.configure` method was never reachable when disconnecting Stripe API, thus causes hanging "configured === false" state inside of the StripeAPI wrapper
2022-02-18 22:21:56 +13:00
..
Migrations.js
StripeAPI.js
StripeService.js 🐛 Fixed StripeAPI disconnection 2022-02-18 22:21:56 +13:00
WebhookController.js Fixed error handling webhook for unknown member 2022-02-17 13:51:47 +02:00
WebhookManager.js