Payouts-PHP-SDK icon indicating copy to clipboard operation
Payouts-PHP-SDK copied to clipboard

Added $curlCls declaration as a property to add PHP 8.2 compatibility

Open smartmedev opened this issue 6 months ago • 0 comments

Hi, I've declared $curlCls as a property in PayPalHttpClient.php to add compatibility of this library with PHP 8.2 and suppress the error "Creation of dynamic property PayPalCheckoutSdk\Core\PayPalHttpClient::$curlCls is deprecated" that appear using PHP 8.2

This will fix this issue: #24

Waiting for your merge. Bye.

smartmedev avatar Aug 06 '24 13:08 smartmedev