information
i find other way:
line 80:
$WA_redirectURL = "checkout_success.php?MerchantID=<?php echo((isset($_POST["MerchantID"]))?$_POST["MerchantID"]:"") ?>&AcquirerBIN=<?php echo((isset($_POST["AcquirerBIN"]))?$_POST["AcquirerBIN"]:"") ?>";
but the page with me this error:
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\inetpub\vhosts\oldy.es\httpdocs\confirmacion-final.php on line 80


