Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

Add PHP 8.2 Support #626

Open nurul-umbhiya opened 7 months ago

nurul-umbhiya commented 7 months ago

I would appreciate it if the library could support PHP version 8.2.

Getting below warning with the latest version of the SDK on PHP version 8.2+

PHP Deprecated:  Creation of dynamic property MangoPay\Libraries\HttpCurl::$logger is deprecated in vendor/mangopay/php-sdk-v2/MangoPay/Libraries/HttpBase.php on line 23
mralaminahamed commented 4 months ago

PHP warning:

PHP Notice:  Undefined property: MangoPay\PayOut::$PayoutModeRequested
PHP Deprecated:  Creation of dynamic property MangoPay\PayIn::$SecureMode is deprecated
PHP Deprecated:  Creation of dynamic property MangoPay\PayIn::$Requested3DSVersion is deprecated
PHP Deprecated:  Creation of dynamic property MangoPay\PayInExecutionDetailsWeb::$SecureModeReturnURL
PHP Deprecated:  Creation of dynamic property MangoPay\PayIn::$IpAddress is deprecated
PHP Deprecated:  Creation of dynamic property MangoPay\PayIn::$BrowserInfo is deprecated
PHP Deprecated:  Creation of dynamic property MangoPay\PayIn::$Billing is deprecated

Ref: