Loading lib/Service/CurlService.php +3 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,9 @@ class CurlService { CURLOPT_RETURNTRANSFER => true, CURLOPT_HTTPHEADER => $headers ); $options = array_merge($options, $userOptions); foreach ($userOptions as $key => $value) { $options[$key] = $value; } switch ($method) { case 'GET': if ($params) { Loading Loading
lib/Service/CurlService.php +3 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,9 @@ class CurlService { CURLOPT_RETURNTRANSFER => true, CURLOPT_HTTPHEADER => $headers ); $options = array_merge($options, $userOptions); foreach ($userOptions as $key => $value) { $options[$key] = $value; } switch ($method) { case 'GET': if ($params) { Loading