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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user