Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions apps/portal/src/app/account/billing/manage-billing/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { DocImage } from "@doc";
import billingSettings from "../assets/billing-settings.png";
import invoicesSettings from "../assets/invoices-settings.png";



import { createMetadata } from "@doc";

export const metadata = createMetadata({
Expand Down Expand Up @@ -35,8 +33,7 @@ To update your billing information:

To view your past invoices:

1. On your dashboard, navigate to **Settings > Billing > Manage Billing**.
2. In the Stripe Customer Portal, scroll to the **Invoice History** section.
3. View or download your past invoices.
1. On your dashboard, navigate to **Settings > Invoices**
2. View or download past invoices to see breakdown by plan and usage.

<DocImage src={invoicesSettings} />
3 changes: 1 addition & 2 deletions apps/portal/src/app/account/billing/manage-team/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ Invite your team members using email addresses and assign a member or owner role

</Step>

</Steps>

</Steps>
Loading