Update Orders.php

This commit is contained in:
2022-10-01 14:42:01 +02:00
committed by GitHub
parent f5e9b0e5e6
commit 441900e1d3

View File

@@ -33,7 +33,7 @@ trait Orders
*/ */
public function createOrder(array $parameters = []): Result public function createOrder(array $parameters = []): Result
{ {
return $this->query('POST', 'orders', $parameters)->data; return $this->query('POST', 'orders', [], null, $parameters);
} }
/** /**