| Line 10... |
Line 10... |
| 10 |
<th><?php echo $this->Paginator->sort('transaction_time'); ?></th>
|
10 |
<th><?php echo $this->Paginator->sort('transaction_time'); ?></th>
|
| 11 |
<th><?php echo $this->Paginator->sort('payout_time'); ?></th>
|
11 |
<th><?php echo $this->Paginator->sort('payout_time'); ?></th>
|
| 12 |
<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
|
12 |
<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
|
| 13 |
<th><?php echo $this->Paginator->sort('payout_amount'); ?></th>
|
13 |
<th><?php echo $this->Paginator->sort('payout_amount'); ?></th>
|
| 14 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
14 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
| 15 |
<th><?php echo $this->Paginator->sort('final_user_payout'); ?></th>
|
15 |
<th><?php echo $this->Paginator->sort('payout_description'); ?></th>
|
| 16 |
|
16 |
|
| 17 |
</tr>
|
17 |
</tr>
|
| 18 |
<?php foreach ($appTransactions as $appTransaction): ?>
|
18 |
<?php foreach ($appTransactions as $appTransaction): ?>
|
| 19 |
<tr>
|
19 |
<tr>
|
| 20 |
<td><?php echo h($appTransaction['AppTransaction']['retailer_id']); ?> </td>
|
20 |
<td><?php echo h($appTransaction['AppTransaction']['retailer_id']); ?> </td>
|
| Line 24... |
Line 24... |
| 24 |
<td><?php echo h($appTransaction['AppTransaction']['payout_status']); ?> </td>
|
24 |
<td><?php echo h($appTransaction['AppTransaction']['payout_status']); ?> </td>
|
| 25 |
<td><?php echo h($appTransaction['AppTransaction']['transaction_time']); ?> </td>
|
25 |
<td><?php echo h($appTransaction['AppTransaction']['transaction_time']); ?> </td>
|
| 26 |
<td><?php echo h($appTransaction['AppTransaction']['payout_time']); ?> </td>
|
26 |
<td><?php echo h($appTransaction['AppTransaction']['payout_time']); ?> </td>
|
| 27 |
<td><?php echo h($appTransaction['AppTransaction']['offer_price']); ?> </td>
|
27 |
<td><?php echo h($appTransaction['AppTransaction']['offer_price']); ?> </td>
|
| 28 |
<td><?php echo h($appTransaction['AppTransaction']['payout_amount']); ?> </td>
|
28 |
<td><?php echo h($appTransaction['AppTransaction']['payout_amount']); ?> </td>
|
| 29 |
<td><?php echo h($appTransaction['AppTransaction']['user_payout']); ?> </td>
|
- |
|
| 30 |
<td><?php echo h($appTransaction['AppTransaction']['final_user_payout']); ?> </td>
|
29 |
<td><?php echo h($appTransaction['AppTransaction']['final_user_payout']); ?> </td>
|
| - |
|
30 |
<td><?php echo h($appTransaction['AppTransaction']['payout_description']); ?> </td>
|
| 31 |
|
31 |
|
| 32 |
</tr>
|
32 |
</tr>
|
| 33 |
<?php endforeach; ?>
|
33 |
<?php endforeach; ?>
|
| 34 |
</table>
|
34 |
</table>
|
| 35 |
<p>
|
35 |
<p>
|