mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Updated org plans component to not call for tax info on self hosted instances (#12888)
This commit is contained in:
@@ -193,7 +193,7 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
|||||||
this.billing = await this.organizationApiService.getBilling(this.organizationId);
|
this.billing = await this.organizationApiService.getBilling(this.organizationId);
|
||||||
this.sub = await this.organizationApiService.getSubscription(this.organizationId);
|
this.sub = await this.organizationApiService.getSubscription(this.organizationId);
|
||||||
this.taxInformation = await this.organizationApiService.getTaxInfo(this.organizationId);
|
this.taxInformation = await this.organizationApiService.getTaxInfo(this.organizationId);
|
||||||
} else {
|
} else if (!this.selfHosted) {
|
||||||
this.taxInformation = await this.apiService.getTaxInfo();
|
this.taxInformation = await this.apiService.getTaxInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user