Completed
Pull Request — master (#106)
by Florian
03:43
created
lib/Payone/Api/Adapter/Http/Curl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
55 55
         curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
56 56
         curl_setopt($curl, CURLOPT_TIMEOUT, self::DEFAULT_TIMEOUT);
57 57
 
58
-        if ( $this->checkIfProxyIsEnabled() ) {
59
-            curl_setopt($curl,  CURLOPT_PROXY, $this->getProxyUrl());
58
+        if ($this->checkIfProxyIsEnabled()) {
59
+            curl_setopt($curl, CURLOPT_PROXY, $this->getProxyUrl());
60 60
             curl_setopt($curl, CURLOPT_PROXYPORT, $this->getProxyPort());
61 61
         }
62 62
 
Please login to merge, or discard this patch.