Open OleksiiBulba opened 1 year ago
Hi @OleksiiBulba
As you probably noticed, we do not really maintain this code anymore. I will add a badge soon.
None of our current projects is using PayU, and we have no way to test this bundle in practice. As far as we know the regulations for recurring payments changed, and the code might require some adjustments.
If you figured out how to resolve it, please share the solution here.
From the documentation I see that I can run a recurrent payment completely without a user interaction:
But when we call
createCaptureToken
we pass the route where "user" should be redirected after capture. In fact, there are no user to redirect as the capture is done by the cron job. Moreover, Payum throws anHttpRedirect
exception which means that we should redirect a user that is "paying".Is there any way to avoid redirection and complete recurrent payment without a user?