Skip to content

Commit 55b8bf8

Browse files
committed
MC-14849: \Magento\Paypal\Model\Api\Nvp::callSetExpressCheckout returns empty response
1 parent 5276b27 commit 55b8bf8

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/HTTP/Adapter

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/HTTP/Adapter/Curl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function write($method, $url, $http_ver = '1.1', $headers = [], $body = '
170170

171171
// set url to post to
172172
curl_setopt($this->_getResource(), CURLOPT_URL, $url);
173-
curl_setopt($this->_getResource(), CURLOPT_HTTP_VERSION, $http_ver);
174173
curl_setopt($this->_getResource(), CURLOPT_RETURNTRANSFER, true);
175174
if ($method == \Zend_Http_Client::POST) {
176175
curl_setopt($this->_getResource(), CURLOPT_POST, true);

0 commit comments

Comments
 (0)