Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP 8.2 Support #626

Open
nurul-umbhiya opened this issue Feb 5, 2024 · 1 comment · May be fixed by #640
Open

Add PHP 8.2 Support #626

nurul-umbhiya opened this issue Feb 5, 2024 · 1 comment · May be fixed by #640

Comments

@nurul-umbhiya
Copy link

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 mralaminahamed linked a pull request Apr 30, 2024 that will close this issue
5 tasks
@mralaminahamed
Copy link

mralaminahamed commented Apr 30, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants