Ghost/core/server
Rish 87e8298ca7 🐛 Fixed unable to delete member when stripe is connected
closes https://github.com/TryGhost/Ghost/issues/12150

- The `destroy` method on members-api method was called incorrectly with not enough params
- It expects both `data` and `options` passed down [here](https://github.com/TryGhost/Members/blob/master/packages/members-api/lib/users.js#L14)
- Missing `options` in method call throws error as we read `cancelStripeSubscriptions` property on options if stripe is connected
- Fix passes both data and options to the destroy method
2020-08-21 11:13:07 +01:00
..
adapters Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api 🐛 Fixed unable to delete member when stripe is connected 2020-08-21 11:13:07 +01:00
data Granted Admin users ability to impersonate member (#12132) 2020-08-18 14:17:56 +05:30
lib Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
models Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
public Renamed members ssr + api endpoints 2020-04-30 19:00:37 +01:00
services Improved error handling for batch deleted records 2020-08-20 19:11:41 +12:00
translations Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Added job-manager & wired up shutdown and testmode 2020-08-11 21:31:34 +01:00
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Improved testmode logging of shutdown status 2020-08-18 15:48:42 +01:00
index.js Added job-manager & wired up shutdown and testmode 2020-08-11 21:31:34 +01:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00