1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00

Fix the zero tax on marketting initiated

This commit is contained in:
Cy Okeke
2025-08-21 13:49:43 +01:00
parent 0daa6913d2
commit 8354ab13fa

View File

@@ -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);