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)}}