";
for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
if($i==3) $order_status=$information[1];
}
if($order_status==="Success")
{
echo "
Thank you for shopping with us. Your credit card has been charged and your transaction is successful. We will be shipping your order to you soon."; } else if($order_status==="Aborted") { echo "
Thank you for shopping with us.We will keep you posted regarding the status of your order through e-mail"; } else if($order_status==="Failure") { echo "
Thank you for shopping with us.However,the transaction has been declined."; } else { echo "
Security Error. Illegal access detected"; } echo "
"; echo "";
for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
echo '
"; echo ""; ?>
Thank you for shopping with us. Your credit card has been charged and your transaction is successful. We will be shipping your order to you soon."; } else if($order_status==="Aborted") { echo "
Thank you for shopping with us.We will keep you posted regarding the status of your order through e-mail"; } else if($order_status==="Failure") { echo "
Thank you for shopping with us.However,the transaction has been declined."; } else { echo "
Security Error. Illegal access detected"; } echo "
"; echo "
'.$information[0].' | '.$information[1].' |
"; echo ""; ?>