diff --git a/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts b/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts index 7e25a422477..e5de534d864 100644 --- a/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts +++ b/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts @@ -314,7 +314,7 @@ export class TrialBillingStepComponent implements OnInit, OnDestroy { if (!this.taxInfoComponent.validate()) { this.fetchingTaxAmount = false; - return 0; + return this.taxAmount; } const plan = this.findPlanFor(cadence);