Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/apps/reports/src/pages/reports/ReportsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const BILLING_ACCOUNTS_REPORT_PATH = '/sfdc/billing-accounts'
const SFDC_PAYMENTS_REPORT_PATH = '/sfdc/payments'
const BILLING_ACCOUNTS_REPORT_DEFINITION: ReportDefinition = {
description:
'View SFDC payments across all billing accounts by default. Optionally filter by billing account ID and dates.',
`View SFDC payments across all billing accounts by
default. Optionally filter by billing account ID, dates, or category.`,
method: 'GET',
name: 'Billing Accounts',
parameters: [
Expand Down
Loading