@@ -94,8 +94,7 @@ |
||
| 94 | 94 | if ($this->api->httpMethod()->equals(HttpMethod::GET())) { |
| 95 | 95 | $options = $this->setRequestParamsForGetRequest($options, |
| 96 | 96 | $request); |
| 97 | - } |
|
| 98 | - elseif ($this->api->httpMethod()->equals(HttpMethod::POST())) { |
|
| 97 | + } elseif ($this->api->httpMethod()->equals(HttpMethod::POST())) { |
|
| 99 | 98 | $options = $this->setRequestParamsForPostRequest($options, |
| 100 | 99 | $request); |
| 101 | 100 | } |