mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Updated certain billing callsites to get billing history instead (#9443)
This commit is contained in:
@@ -44,7 +44,7 @@ export class OrgBillingHistoryViewComponent implements OnInit, OnDestroy {
|
||||
return;
|
||||
}
|
||||
this.loading = true;
|
||||
this.billing = await this.organizationApiService.getBilling(this.organizationId);
|
||||
this.billing = await this.organizationApiService.getBillingHistory(this.organizationId);
|
||||
this.loading = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user