Can’t redirect to thank you page – Magento
I am working a Magento module. The user clicks on “Place order”, an API call is made to an external API service, gets a unique ID, the Magento Order ID and the API unique ID are saved to a custom table, it constructs a url with the unique ID and redirects the user there. When the payment is complete, they get redirected back to Magento on a specific controller.