diff --git a/app/templates/components/billing/authorization.hbs b/app/templates/components/billing/authorization.hbs index 802962c5fa..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)}}
- {{#if (and this.isV2Subscription this.canBuyAddons)}} + {{#if (and this.isV2Subscription this.canBuyAddons this.subscription.isSubscribed)}} 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