Hi,
I have a payments module which redirects to an external server and then receives a redirect after the server does some tasks. I am getting a 404 error with the return URL even though a PHP script with the name 'order-confirmation.php' exists.
// remote server redirecting to https://localhost/prestashop/order-confirmation.php?<some_parameters_here>
Am I missing something here? How does one handle return URLs in custom modules?