I am using sandbox from PayPal (PrestaShop PayPal module) and experiencing issue with URL when payment fails.
When the payment fails I get this message "Sorry, we can’t complete your purchase at this time" with a button that says "Return to Store".
When I click the button URL is:
https://shop.mydomain.comindex.php/?controller=order&step=1&token=EC-7S820809X23746729
As you can see "/" is missing between ".com" and "index.php"
How I can correct it?
Thanks