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

Fixed Complimentary subscriptions

refs https://github.com/TryGhost/Ghost/issues/14079

The stripe_prices API whilst not used publicly is still used for handling
complimentary subscriptions in the old (pre-tiers) system. This was mistakenly
removed, and has been reinstated with this commit.
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-31 13:11:31 +02:00
parent 41fd15052d
commit 52a841d567
2 changed files with 5 additions and 5 deletions

View file

@ -80,7 +80,7 @@
"@tryghost/limit-service": "1.0.9",
"@tryghost/logging": "2.0.2",
"@tryghost/magic-link": "1.0.17",
"@tryghost/members-api": "4.8.3",
"@tryghost/members-api": "4.8.4",
"@tryghost/members-importer": "0.5.0",
"@tryghost/members-offers": "0.10.6",
"@tryghost/members-ssr": "1.0.19",

View file

@ -1531,10 +1531,10 @@
"@tryghost/domain-events" "^0.1.6"
"@tryghost/member-events" "^0.3.4"
"@tryghost/members-api@4.8.3":
version "4.8.3"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.8.3.tgz#b85c095e2ac4477fe554c44607dec26681592aa9"
integrity sha512-7YOF65FWTICfWDuCwlRJmjVhzX4rRM4gjig9Hx9nxuRosOusv45B88RpbWqB4b7i/OfdMUvvVSemlGXjx8fPOA==
"@tryghost/members-api@4.8.4":
version "4.8.4"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.8.4.tgz#4d05ec3ea5e602f8a381e7e620549672bf5539c4"
integrity sha512-N8WaMv3t5RkITYOJbpk7T8ImkAJfwSFOcIhFFeamDsKLGK3njsUjxvkWl7/q73wmMBJFpJv6rUy7bIccW8tEgQ==
dependencies:
"@nexes/nql" "^0.6.0"
"@tryghost/debug" "^0.1.2"