@@ -67,7 +67,7 @@ |
||
67 | 67 | public function request(Client $client, $endpoint, $options, $method = 'GET') |
68 | 68 | { |
69 | 69 | try { |
70 | - return $client->request($method, $endpoint, [ |
|
70 | + return $client->request($method, $endpoint, [ |
|
71 | 71 | 'form_params' => $options |
72 | 72 | ]); |
73 | 73 | } catch (ClientException $exception) { |