- Issue created by @mhawwari
The RedirectException thrown when a payment is still pending is caught in a catch (\Exception $e) in returnPage() which results in not processing the redirect and redirecting to previous step.
Make a payment that returns back to the site with pending status.
Either use RedirectResponse::send() or a while()/sleep() that waits for status change.
Active
1.0
Recurring