| Line 4... |
Line 4... |
| 4 |
if(isset($authorized['email']) && !empty($authorized['email'])){
|
4 |
if(isset($authorized['email']) && !empty($authorized['email'])){
|
| 5 |
if(strpos($authorized['email'], 'anonymous') == false){
|
5 |
if(strpos($authorized['email'], 'anonymous') == false){
|
| 6 |
$email = $authorized['email'];
|
6 |
$email = $authorized['email'];
|
| 7 |
}
|
7 |
}
|
| 8 |
}
|
8 |
}
|
| 9 |
//print_r($myrecharges[0]);
|
- |
|
| 10 |
?>
|
9 |
?>
|
| 11 |
<?php if(isset($myrecharges[0]->response->rechargePojos)&& !empty($myrecharges[0]->response->rechargePojos)){ ?>
|
10 |
<?php if(isset($myrecharges[0]->response->rechargePojos)&& !empty($myrecharges[0]->response->rechargePojos)){ ?>
|
| 12 |
<div class="recharge-detail-hldr">
|
11 |
<div class="recharge-detail-hldr">
|
| 13 |
<div class="myrecharge-head">My Recharge</div>
|
12 |
<div class="myrecharge-head">My Recharge</div>
|
| 14 |
<div class="recharge-head-sub">Recharge detail and status information</div>
|
13 |
<div class="recharge-head-sub">Recharge detail and status information</div>
|
| Line 39... |
Line 38... |
| 39 |
<?php }} ?>
|
38 |
<?php }} ?>
|
| 40 |
</div><!--re-de-head-->
|
39 |
</div><!--re-de-head-->
|
| 41 |
<div class="details clearfix">
|
40 |
<div class="details clearfix">
|
| 42 |
<div>Order Id:</div><div><?php echo $value->displayOrderId; ?></div>
|
41 |
<div>Order Id:</div><div><?php echo $value->displayOrderId; ?></div>
|
| 43 |
<div>Date:</div><div><?php echo $value->date; ?></div>
|
42 |
<div>Date:</div><div><?php echo $value->date; ?></div>
|
| 44 |
<div>Operator:</div><div><?php echo $value->operator; ?></div>
|
43 |
<div>Operator:</div><div><?php echo (!empty($value->operator))?$value->operator:" "; ?></div>
|
| 45 |
<div>Value:</div><div><?php echo $value->amount; ?></div>
|
44 |
<div>Value:</div><div><?php echo $value->amount; ?></div>
|
| 46 |
<div>Status:</div><div><?php if(isset($value->status)){ echo $value->status;}else{ echo "Recharge Failed"; } ?></div>
|
45 |
<div>Status:</div><div><?php if(isset($value->status)){ echo $value->status;}else{ echo "Recharge Failed"; } ?></div>
|
| 47 |
</div>
|
46 |
</div>
|
| 48 |
|
47 |
|
| 49 |
</div><!--recharge-details-->
|
48 |
</div><!--recharge-details-->
|