Please wait...

Payment Confirm

$av) { $remarks.="{$ak} => ".addslashes($av)." \n"; } $update="update servtran set FPAYREMARKS='{$remarks}', FPAYSTATUS='{$status}',FPAYDATE=now(),FTRANID='{$txnid}' where FAPPNO='{$productinfo}'"; $lobj_update = $aobj_context->mobj_db->Execute($update); If(isset($_POST["additionalCharges"])) { $additionalCharges=$_POST["additionalCharges"]; $retHashSeq = $additionalCharges.'|'.$salt.'|'.$status.'|||||||||||'.$email.'|'.$firstname.'|'.$productinfo.'|'.$amount.'|'.$txnid.'|'.$key; } else { $retHashSeq = $salt.'|'.$status.'|||||||||||'.$email.'|'.$firstname.'|'.$productinfo.'|'.$amount.'|'.$txnid.'|'.$key; } $hash = hash("sha512", $retHashSeq); if ($hash != $posted_hash) { echo "

Invalid Transaction. Please try again

"; } else { $get_data=" select femail, fmobile,fpaystatus from servtran where FAPPNO ='{$productinfo}' limit 1"; $lobj_get_data=$aobj_context->mobj_db->GetRow($get_data); if($lobj_get_data[fpaystatus] == 'success') { echo "

Your online payment is ". $status ."

"; echo "

Application no. : ".$productinfo.".

"; echo "

Transaction ID : ".$txnid.".

"; echo "

Paid amount Rs. : " . $amount ."

"; $html=''; $html.='
'; echo $html; } else { echo "

Transaction " .$lobj_get_data[fpaystatus]. " Please try again

"; } } ?>