You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In setGrantType() method of class SumUp\Application\ApplicationConfiguration, if you pass an invalid granttype, an exception is thrown. But, you will get a TypeError instead of the expected exception, since the call to implode() is not valid for php 8:
The separator is passed after the array, which was only valid up until php 7.
The text was updated successfully, but these errors were encountered:
gartner
added a commit
to gartner/sumup-ecom-php-sdk
that referenced
this issue
Apr 9, 2023
In setGrantType() method of class SumUp\Application\ApplicationConfiguration, if you pass an invalid granttype, an exception is thrown. But, you will get a TypeError instead of the expected exception, since the call to implode() is not valid for php 8:
The separator is passed after the array, which was only valid up until php 7.
The text was updated successfully, but these errors were encountered: