mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +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 |
||
---|---|---|
.. | ||
client@c65bd38a06 | ||
frontend | ||
server | ||
shared | ||
index.js |