1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[AC-1944] Add provider billing history component (#9520)

* Add provider-billing-history.component

* Implement provider client invoice export
This commit is contained in:
Alex Morask
2024-06-14 12:27:49 -04:00
committed by GitHub
parent 215bbc2f8e
commit af53df09ac
15 changed files with 270 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import {
ProviderSubscriptionComponent,
hasConsolidatedBilling,
ProviderPaymentMethodComponent,
ProviderBillingHistoryComponent,
} from "../../billing/providers";
import { ClientsComponent } from "./clients/clients.component";
@@ -139,6 +140,13 @@ const routes: Routes = [
titleId: "paymentMethod",
},
},
{
path: "history",
component: ProviderBillingHistoryComponent,
data: {
titleId: "billingHistory",
},
},
],
},
{