Ghost/core/server/web/api/canary/admin
Fabien O'Carroll 4716d13d13 Added API endpoints for disconnecting Stripe
no-issue
pr: https://github.com/TryGhost/Ghost/pull/11930

- Upgraded @tryghost/members-api to 0.23.0

  This version includes a new method hasActiveStripeSubscriptions

- Added /admin/members/hasActiveStripeSubscriptions

  This can be used to determine whether or not we should allow removing
  the stripe keys.

- Added /admin/settings/stripe/connect

  This can be used to delete a Stripe Connect integration, provided
  there are not active subscriptions
2020-06-18 18:42:20 +02:00
..
app.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
middleware.js Renamed redirect functions for clarity 2020-04-22 19:31:36 +01:00
routes.js Added API endpoints for disconnecting Stripe 2020-06-18 18:42:20 +02:00