diff --git a/ghost/members-api/lib/repositories/member/index.js b/ghost/members-api/lib/repositories/member/index.js index b2f564cced..3bbcfb276f 100644 --- a/ghost/members-api/lib/repositories/member/index.js +++ b/ghost/members-api/lib/repositories/member/index.js @@ -299,7 +299,7 @@ module.exports = class MemberRepository { }, options); } - if (!subscriptions.length) { + if (!activeSubscriptions.length) { const subscription = await this._stripeAPIService.createSubscription(stripeCustomer.id, complimentaryPlan.id); await this.linkSubscription({