mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
[PM-19180] Sponsored family org no sales tax because they're free
This commit is contained in:
@@ -682,7 +682,7 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
private refreshSalesTax(): void {
|
||||
if (this.formGroup.controls.plan.value == PlanType.Free) {
|
||||
if (this.formGroup.controls.plan.value == PlanType.Free || this.acceptingSponsorship === true) {
|
||||
this.estimatedTax = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user