mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update Orders.php
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user