Open soulaimaneyahya opened 6 months ago
Getting error: Deprecated: Creation of dynamic property PayPalPayouts\Core\PayPalHttpClient::$curlCls is deprecated
paypalhttp/lib/PayPalHttp/HttpClient.php on line 38
function __construct(Environment $environment) { $this->environment = $environment; $this->encoder = new Encoder(); $this->curlCls = Curl::class; }
Hi, this error appear using PHP 8.2.
I've created a pull request with the fix here #25 we'll wait for someone to merge
Getting error: Deprecated: Creation of dynamic property PayPalPayouts\Core\PayPalHttpClient::$curlCls is deprecated
paypalhttp/lib/PayPalHttp/HttpClient.php on line 38