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?