Greetings,
I have the following problem. I have the following setting in my pre form:
x_Receipt_Link_URL = domain.com/order-complete.php
By some unknown reason I can not use redirect from this page. I tried JavaScript redirects and header(’Location: ‘); redirects. They both don’t work for me. Please advise. After the payment I still see Receipt_Link_URL in my address bar and I am not redirected to other pages.
Also I tried to send a tick request to the remote server using
$fp = fsockopen($host, 80, $errno, $errstr, 30);
but that file (on remote server) does not get anything.
Waiting for your reply. Thanks in advance