From 609cd9c9c6e34609b7cf27a01a5c2fb68211be05 Mon Sep 17 00:00:00 2001 From: Amigo96 Date: Thu, 10 Nov 2022 21:45:45 +0100 Subject: [PATCH 1/3] BFSY-199 | 4) Show BUY ADDON only when plan is active | solved --- app/templates/components/billing/authorization.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/billing/authorization.hbs b/app/templates/components/billing/authorization.hbs index 802962c5fa..181965c440 100644 --- a/app/templates/components/billing/authorization.hbs +++ b/app/templates/components/billing/authorization.hbs @@ -86,7 +86,7 @@ />
- {{#if (and this.isV2Subscription this.canBuyAddons)}} + {{#if (and this.isV2Subscription this.canBuyAddons this.subscription.isSubscribed)}} From 34dd70858ed6e5a50126aefaf4f8afda45ad501c Mon Sep 17 00:00:00 2001 From: Amigo96 Date: Thu, 10 Nov 2022 23:49:56 +0100 Subject: [PATCH 2/3] BFSY-199| concurrent plan and status incomplete | fixed --- app/templates/components/billing/authorization.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/billing/authorization.hbs b/app/templates/components/billing/authorization.hbs index 181965c440..007315f0d6 100644 --- a/app/templates/components/billing/authorization.hbs +++ b/app/templates/components/billing/authorization.hbs @@ -45,7 +45,7 @@ We are currently waiting for Stripe to finish processing your order. -{{else if (and this.isComplete (or this.subscription.isStripe this.subscription.isManual))}} +{{else if (or this.subscription.isStripe this.subscription.isManual)}} {{#if (or this.showPlansSelector this.showAddonsSelector)}} {{#if (not this.isV2Subscription)}} Date: Fri, 11 Nov 2022 08:10:05 +0100 Subject: [PATCH 3/3] BFSY-199| 3) Credit plan cancelled | fixed --- app/templates/components/billing/summary-v2.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/billing/summary-v2.hbs b/app/templates/components/billing/summary-v2.hbs index 0f207b7e7a..b3268ae727 100644 --- a/app/templates/components/billing/summary-v2.hbs +++ b/app/templates/components/billing/summary-v2.hbs @@ -81,7 +81,7 @@ Unknown plan {{/if}} - {{#if (eq this.subscription.plan.planType 'hybrid')}} + {{#if this.subscription.plan.planType}} {{#if this.subscription.isSubscribed}} active