forked from LiveCarta/PayPal-PHP-SDK
@@ -95,6 +95,7 @@ class PayPalHttpConnection
|
||||
curl_setopt($ch, CURLOPT_POST, true);
|
||||
case 'PUT':
|
||||
case 'PATCH':
|
||||
case 'DELETE':
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user