| @@ -141,7 +141,7 @@ | ||
| 141 | 141 |      { | 
| 142 | 142 | $fullHeaders = $this->getCommonHeaders(); | 
| 143 | 143 | |
| 144 | -        if (! CurlWrapper::isHeaderExists($this->headers, 'Content-type')) { | |
| 144 | +        if (!CurlWrapper::isHeaderExists($this->headers, 'Content-type')) { | |
| 145 | 145 | $fullHeaders[] = 'Content-type: application/x-www-form-urlencoded'; | 
| 146 | 146 | } | 
| 147 | 147 | |