Skip to content

Commit d227f5e

Browse files
authored
List function updated, i hope i wont brake your app.
1 parent 396bf46 commit d227f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Invoice.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Class Invoice extends Base
66
{
7-
public function list($params = [])
7+
public function listInvoices($params = [])
88
{
99
return $this->client->request(
1010
'sales_invoices/',

0 commit comments

Comments
 (0)