forked from LiveCarta/PayPal-PHP-SDK
Fixed Unit Tests
- Skipping tests till run in separate process if fixed - Making array objects to be compatible with older versions of php
This commit is contained in:
@@ -49,7 +49,7 @@ class PPRestCall
|
||||
* @return mixed
|
||||
* @throws \PayPal\Exception\PPConnectionException
|
||||
*/
|
||||
public function execute($handlers = [], $path, $method, $data = '', $headers = array())
|
||||
public function execute($handlers = array(), $path, $method, $data = '', $headers = array())
|
||||
{
|
||||
|
||||
$config = $this->apiContext->getConfig();
|
||||
|
||||
Reference in New Issue
Block a user