Skip to content

Commit

Permalink
Fix codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Nov 5, 2024
1 parent 74257cf commit 3f7450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get_invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
try {
echo 'Get invoices:' . PHP_EOL;
$client = new Invoice($host, $apiKey);
var_dump($client->getAllInvoices($storeId, 2,2));
var_dump($client->getAllInvoices($storeId, 2, 2));
} catch (\Throwable $e) {
echo "Error: " . $e->getMessage();
}

0 comments on commit 3f7450b

Please sign in to comment.