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

Creation of dynamic property Nordigen\\NordigenPHP\\API\\RequestHandler::$authentication is deprecated in /home/.../public/vendor/nordigen/nordigen-php/src/API/RequestHandler.php on line 17 #25

Open
johnyfernandes opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@johnyfernandes
Copy link

johnyfernandes commented Oct 14, 2024

Describe the bug
After updating to PHP 8.3, I started to get this error:
Creation of dynamic property Nordigen\\NordigenPHP\\API\\RequestHandler::$authentication is deprecated in /.../.../public_html/.../public/vendor/nordigen/nordigen-php/src/API/RequestHandler.php on line 17

To Reproduce
Steps to reproduce the behavior:

  1. Use the library using PHP 8.3

Expected behavior
I expected it to work, to authenticate properly.

Additional context
The warning is occurring because PHP 8.2 and later versions have deprecated the creation of dynamic properties. To resolve this, we should explicitly declare the $authentication property in the class.

If you're having general trouble with your Nordigen integration or bank related issue, please reach out to our support via email bank-account-data-support@gocardless.com

@johnyfernandes johnyfernandes added the bug Something isn't working label Oct 14, 2024
@johnyfernandes
Copy link
Author

I really need to have any fix for this. I already contacted using e-mail and everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant