@@ -123,8 +123,8 @@ |
||
123 | 123 | */ |
124 | 124 | public function forwardAsyncRequest($aPostArray, $sUrl) |
125 | 125 | { |
126 | - // Increased timeout to 5500ms |
|
127 | - // See payone-gmbh/magento-2 issue #316 |
|
126 | + // Increased timeout to 5500ms |
|
127 | + // See payone-gmbh/magento-2 issue #316 |
|
128 | 128 | $this->curl->setOption(CURLOPT_TIMEOUT_MS, 5500); |
129 | 129 | $this->curl->setOption(CURLOPT_SSL_VERIFYPEER, false); |
130 | 130 | $this->curl->setOption(CURLOPT_SSL_VERIFYHOST, false); |