0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

🐛 Fixed deleting members with deleted Stripe data

closes #11557

- Bumped @tryghost/members-api to 0.25.0
  - Fixed cancelling subscriptions which were already cancelled
  - Renamed exported subscriptions cancel fn from "destroy" -> "cancel"
This commit is contained in:
Fabien O'Carroll 2020-07-24 13:50:23 +02:00 committed by Fabien 'egg' O'Carroll
parent 92151a7b5d
commit 0ec28219f9
2 changed files with 7 additions and 17 deletions

View file

@ -52,7 +52,7 @@
"@tryghost/kg-markdown-html-renderer": "2.0.1",
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
"@tryghost/magic-link": "0.4.12",
"@tryghost/members-api": "0.24.5",
"@tryghost/members-api": "0.25.0",
"@tryghost/members-csv": "0.2.1",
"@tryghost/members-ssr": "0.8.3",
"@tryghost/mw-session-from-token": "0.1.5",

View file

@ -397,7 +397,7 @@
dependencies:
"@tryghost/kg-clean-basic-html" "^0.1.8"
"@tryghost/magic-link@0.4.12":
"@tryghost/magic-link@0.4.12", "@tryghost/magic-link@^0.4.12":
version "0.4.12"
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.12.tgz#3a4c6eeb5bf5c8420e006928ccc02da716ea4662"
integrity sha512-sFwGd0x5FjBXfFBRLqLJSQCzluDf+dMsA2j2LUZV+iesPvT/P+fAcb3pwXQ6nohjl/aGYpR3N9/yj0AL3m2qrw==
@ -407,22 +407,12 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/magic-link@^0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.4.11.tgz#25746a435456939c22026188b37e27b177289e85"
integrity sha512-+Iqe0uQL9TqL6AbuWbUO8OznMe5Mdgo4YXoxW9FjCYrbwLYCGq9Y9B21DjMR/hiQA4B40Zvk8Kdui8Iyu+LLrA==
"@tryghost/members-api@0.25.0":
version "0.25.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.25.0.tgz#34d00cc334c20700f563326db86521b3a6867414"
integrity sha512-kM8I9ET3pPnt0VHMmeqvU6BSJwO+LQmAo6+pCzP5EnqkNLGRL3x9h1UigCL1dlnIor1Fb6hGgdxJS5yP9E4KHw==
dependencies:
bluebird "^3.5.5"
ghost-ignition "^4.0.0"
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@0.24.5":
version "0.24.5"
resolved "https://registry.npmjs.org/@tryghost/members-api/-/members-api-0.24.5.tgz#54f67f433211625e28e55cbd60b0bcc2518644e8"
integrity sha512-Trx7dfaDrp2d5ATi95/uiefCtvKgWHOkrm4ISBC/6/f2TZomVj+2/OR4wef68mTosgKXsHRx8DHzGbwYM32uvg==
dependencies:
"@tryghost/magic-link" "^0.4.11"
"@tryghost/magic-link" "^0.4.12"
bluebird "^3.5.4"
body-parser "^1.19.0"
cookies "^0.8.0"