mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
87e8298ca7
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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |