BENGALURU CENTRAL UNIVERSITY
";
$response = array();
for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
/*if($i==3)
$order_status=$information[1];*/
$response[$information[0]] = $information[1];
}
// var_dump($response);
if($response['order_status'] === "Success")
{
$html = "";
}
else if($response['order_status'] === "Aborted")
{
$html = "";
}
else if($response['order_status'] === "Failure")
{
$html = "";
}
else
{
$html = "
Security Error. Illegal access detected"; } echo "
"; // echo "";
/*for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
// echo '
Your payment was successful
Payment ID: {$response['order_id']}
Your payment was Aborted
Your payment was Failure
Security Error. Illegal access detected"; } echo "
"; // echo "
'.$information[0].' | '.urldecode($information[1]).' |