mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-15 14:46:15 +00:00
@@ -18,9 +18,9 @@ trait ManagesOrders
|
||||
* @throws RequestRequiresClientIdException
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function orders(): Orders
|
||||
public function orders(array $parameters = []): Orders
|
||||
{
|
||||
return (new Orders($this->request('GET', 'v1/orders')))
|
||||
return (new Orders($this->request('GET', 'v1/orders', [], $parameters)))
|
||||
->setBillable($this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user