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
After recent upgrade (Symfony v6.4, maybe even Payum) Im having an issue with creating response using
Payum\Core\Bridge\Symfony\Reply\HttpResponse
Error comes from [ReplyToSymfonyResponseConverter.php]:
Cannot convert reply HttpResponse to http response.
I had to change response to Payum\Bundle\PayumBundle\Reply\HttpResponse to be catchable.
Anybody else is getting the same issue?
The text was updated successfully, but these errors were encountered:
Seems like it relates to this PR #557
Autowired is PayumBundle service ReplyToSymfonyResponseConverter, which does not catch the same response classes... that is a BC IMHO.
Sorry, something went wrong.
Thanks for the report, this will be fixed in #567
pierredup
Successfully merging a pull request may close this issue.
After recent upgrade (Symfony v6.4, maybe even Payum) Im having an issue with creating response using
Payum\Core\Bridge\Symfony\Reply\HttpResponse
Error comes from [ReplyToSymfonyResponseConverter.php]:
Cannot convert reply HttpResponse to http response.
I had to change response to Payum\Bundle\PayumBundle\Reply\HttpResponse to be catchable.
Anybody else is getting the same issue?
The text was updated successfully, but these errors were encountered: