Invalid Application No
";
return;
}if(empty($ftotal))
{
echo " Amount should be greater than 0
";
return;
}
$main_src_obj=(explode("/",$_SERVER["REQUEST_URI"]));
if(count($main_src_obj)==3)
$root= $main_src_obj[1];
else
$root="";
$main_path="http://".$_SERVER["SERVER_NAME"].'/'.$root;
$retutn_url=$main_path."/payment_gate_way_responce.php";
##############Live##################
$vpc_Merchant="RGUHSPGET";//Merchant ID
$vpc_AccessCode="AADEB56A";//Access Code
##############Test##################
$vpc_Merchant="TESTRGUHSPGET";//Merchant ID
$vpc_AccessCode="B0DE5440";//Access Code
$axis_bank_url="https://migs.mastercard.com.au/vpcpay";
//document.forms['gateway_form'].submit();
?>
Please wait, your order is being processed and you will be redirected to the payment website.