From 52a841d567ba39bcba803657371484051fecbc97 Mon Sep 17 00:00:00 2001 From: "Fabien \"egg\" O'Carroll" Date: Mon, 31 Jan 2022 13:11:31 +0200 Subject: [PATCH] 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. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4efa1a5186..99c78af884 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index fd1bd88d1a..405fdd9ccd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"