Rev 10939 | Rev 11342 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php $orderConfirmation = $recharge_orderconfirmation[0];?><div class="r-hldr"><div class="r-head">Recharge Details</div><div class="r-cont clearfix"><div>Order Id</div><div><?php echo $recharge_orderconfirmation[0]->response->rechargeDisplayId; ?></div></div><div class="r-cont clearfix"><div>Status</div><div><?php echo $recharge_orderconfirmation[0]->response->rechargeStatus; ?></div></div><div class="r-info"><div class="r-info-head clearfix"><?php if(strpos($recharge_orderconfirmation[0]->response->rechargeDisplayId, 'DTH') !== false){?><div>Account Number</div><?php } else{?><div>Mobile Number</div><?php } ?><div>Operator</div><div>Amount</div></div><div class="r-info-body clearfix"><div><?php echo $recharge_orderconfirmation[0]->response->rechargeDeviceNumber ?></div><div><?php echo $recharge_orderconfirmation[0]->response->rechargeProvider ?></div><div><?php echo $recharge_orderconfirmation[0]->response->totalAmount ?></div></div></div><!--o-info--></div><!--o-hldr--><script type="text/javascript">debugger;var value = localStorage.getItem('rechargeValue');if(parseInt(value) == 1){if(typeof _gaq != "undefined" && _gaq != null) {_gaq.push(['_trackEvent', 'Recharge', 'Recharge Result','Mobile-Result']);}}else if(parseInt(value) == 2){if(typeof _gaq != "undefined" && _gaq != null) {_gaq.push(['_trackEvent', 'Recharge', 'Recharge Result','Recharge-Result']);}}var orderConfirmation = <?php echo json_encode($orderConfirmation);?></script>