Tiny improvements.

This commit is contained in:
İrfan Evrens
2015-06-25 23:08:11 +03:00
parent 18e4eaaf31
commit cefecede81
26 changed files with 73 additions and 45 deletions

View File

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