diff --git a/apps/web/src/app/billing/individual/premium/premium.component.html b/apps/web/src/app/billing/individual/premium/premium.component.html
index bcc87686f07..0a3762a1e41 100644
--- a/apps/web/src/app/billing/individual/premium/premium.component.html
+++ b/apps/web/src/app/billing/individual/premium/premium.component.html
@@ -105,6 +105,7 @@
[group]="formGroup.controls.paymentMethod"
[showBankAccount]="false"
[showAccountCredit]="true"
+ [hasEnoughAccountCredit]="hasEnoughAccountCredit$ | async"
>
{{ "total" | i18n }}: {{ total | currency: "USD $" }}/{{ "year" | i18n }}
-