Fixed some lines.

This commit is contained in:
İrfan Evrens
2015-06-26 00:02:26 +03:00
parent cefecede81
commit def426fd23
2 changed files with 2 additions and 3 deletions

View File

@@ -93,7 +93,6 @@ class PayPalHttpConnection
switch ($this->httpConfig->getMethod()) {
case 'POST':
curl_setopt($ch, CURLOPT_POST, true);
break;
case 'PUT':
case 'PATCH':
case 'DELETE':