paypal / Payouts-PHP-SDK

PHP SDK for Payouts RESTful APIs
Other
49 stars 33 forks source link

curlCls is deprecated #24

Open soulaimaneyahya opened 6 months ago

soulaimaneyahya commented 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;
}
smartmedev commented 2 months ago

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