Skip to content

Commit

Permalink
feat(invoices): Add query param to invoices-get-all
Browse files Browse the repository at this point in the history
  • Loading branch information
qtotuan committed Oct 25, 2018
1 parent a164ab4 commit 4b37b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/v0/invoices.ts
Expand Up @@ -12,6 +12,7 @@ export interface InvoicesQuery {
filter?: string
order_by?: string
direction?: string
location?: string
embed?: string[]
uri?: string
archived?: boolean
Expand Down
1 change: 1 addition & 0 deletions test/invoices/get-all.test.ts
Expand Up @@ -25,6 +25,7 @@ const query = {
direction: 'desc',
order_by: 'due_date',
filter: 'sadie',
location: '3eb26d95-9934-4df5-aeee-b48401c177df',
archived: false,
deleted: false
}
Expand Down

0 comments on commit 4b37b5d

Please sign in to comment.