We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error on my docker machine
"Linux f0f489981e90 5.10.104-linuxkit #1 SMP Wed Mar 9 19:05:23 UTC 2022 x86_64" is not valid header value
seems to be triggered by this
https://github.com/mollie/mollie-api-php/blob/master/src/MollieApiClient.php#L535
...
The text was updated successfully, but these errors were encountered:
seems to be a bug in Guzzle psr7 guzzle/psr7#489
Sorry, something went wrong.
Seems to also occur when upgrading guzzle/psr7 1.8.3 => 1.8.4
guzzle/psr7
Here are the changes: guzzle/psr7@1.8.3...1.8.4
Forcing composer to install 1.8.3 using "guzzlehttp/psr7": "1.8.3" resolves the problem.
"guzzlehttp/psr7": "1.8.3"
I suppose this is not a Mollie issue, but Mollie will probably get lot of failed payments due to this.
This will be fixed in 1.8.5, 2.1.2, 2.2.1.
No branches or pull requests
Specifications
Describe the issue
Getting this error on my docker machine
seems to be triggered by this
https://github.com/mollie/mollie-api-php/blob/master/src/MollieApiClient.php#L535
...
The text was updated successfully, but these errors were encountered: