Skip to content

Commit

Permalink
Dokumantasyonda olmayan bir cok filter var :sad
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanersu authored Jan 17, 2019
1 parent 5a3749b commit 1c7da9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Class Invoice extends Base
{
public function list()
public function list($params = [])
{
return $this->client->request(
'sales_invoices/',
[],
$params,
'GET'
);
}
Expand Down

0 comments on commit 1c7da9b

Please sign in to comment.