0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated members-api to work with multiple products

refs https://github.com/TryGhost/Team/issues/682
refs https://github.com/TryGhost/Team/issues/650

- Provide backwards compatibility for the `comped` flag in the API and
  the importer.
- Ensures the default stripe product name is kept in sync with the name
  of the Ghost Product
- Updates the webhook handling to work with multiple products
This commit is contained in:
Fabien O'Carroll 2021-05-10 20:23:35 +01:00
parent c36e749820
commit 8add0e04f5
2 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
"@tryghost/limit-service": "0.5.0",
"@tryghost/magic-link": "1.0.2",
"@tryghost/members-api": "1.5.0",
"@tryghost/members-api": "1.6.0",
"@tryghost/members-csv": "1.0.0",
"@tryghost/members-ssr": "1.0.2",
"@tryghost/mw-session-from-token": "0.1.20",

View file

@ -732,10 +732,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.5.0.tgz#f58fe7184283bda21f63f881f03a36cac8e1a7b9"
integrity sha512-MLYRNE/BAG5pz7wAYY1PIzHTMG1pJ0SEzUhtI2ylAwq+QZWIvN/Hr62pMTXpxzCe1kCCI+Irw9lZlYnrbQDt8Q==
"@tryghost/members-api@1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.6.0.tgz#c3f31da269e9bd668dc9cd3031711552c2a5af40"
integrity sha512-cUtoYHQ1HTGFpiZmzGMxXO1rYxlpMGWTyxB5zehdYg/za2c0pFQbWBTKZuRYeqPSn06pQgog2StP5lvLw2zg5A==
dependencies:
"@tryghost/errors" "^0.2.9"
"@tryghost/magic-link" "^1.0.2"