forked from LiveCarta/PayPal-PHP-SDK
Added an ability to provide Curl Options in Configuration
- Removed http.Retry, and http.ConnectionTimeout from configuration - Added ability to provide Constant and its value in Configuration File
This commit is contained in:
@@ -54,7 +54,7 @@ class PayPalRestCall
|
||||
{
|
||||
|
||||
$config = $this->apiContext->getConfig();
|
||||
$httpConfig = new PayPalHttpConfig(null, $method);
|
||||
$httpConfig = new PayPalHttpConfig(null, $method, $config);
|
||||
$headers = $headers ? $headers : array();
|
||||
$httpConfig->setHeaders($headers +
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user