Removed webhooks when disconnecting stripe

refs https://github.com/TryGhost/Team/issues/1006

The @tryghost/members-api module has been updated to remove webhooks
from Stripe when disconnecting. This will ensure that we do not leave
around old/invalid webhooks that will not be handled and generate
errors.
This commit is contained in:
Fabien O'Carroll 2021-09-07 18:28:08 +02:00 committed by Fabien 'egg' O'Carroll
parent cd89c7e427
commit fd574f527c
2 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@
"@tryghost/limit-service": "0.6.1",
"@tryghost/logging": "0.1.6",
"@tryghost/magic-link": "1.0.11",
"@tryghost/members-api": "1.31.0",
"@tryghost/members-api": "1.32.0",
"@tryghost/members-csv": "1.1.6",
"@tryghost/members-importer": "0.3.1",
"@tryghost/members-ssr": "1.0.12",

View File

@ -921,10 +921,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.31.0.tgz#ea4d2053201b1ebc1d3b88fc9444c784d474ee4a"
integrity sha512-lxHLfGjCDIRJEh9dzpaqynKx+J+NiDobj1MrgaMVR2Bu6fo/c13HQUN2gocXOaCmWzuvg/BBmnyEyRCEmwj4cw==
"@tryghost/members-api@1.32.0":
version "1.32.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.32.0.tgz#638c95df7a867197240846678a6d986019484b01"
integrity sha512-J9Zv7WZUEEq6Jo2cnABJwg32FPzr56Ukcyf78+HVyYDE3dSOLhXNsSCyt89ZRDEvDm0q+Vjyi/TJmpxX8XxP7w==
dependencies:
"@tryghost/debug" "^0.1.2"
"@tryghost/errors" "^0.2.9"