| Line 290... |
Line 290... |
| 290 |
#set($count = 1)
|
290 |
#set($count = 1)
|
| 291 |
#foreach($payment in $payments)
|
291 |
#foreach($payment in $payments)
|
| 292 |
<span>Payment No. $count</span><br/>
|
292 |
<span>Payment No. $count</span><br/>
|
| 293 |
#set($count = $count + 1)
|
293 |
#set($count = $count + 1)
|
| 294 |
<div id="orderMiddleLeft">
|
294 |
<div id="orderMiddleLeft">
|
| 295 |
#if($action.getGvAmount() > 0 )<span style="font-weight: bold;">GV Amount : $action.getGvAmount()</span>#end
|
295 |
#if($action.getGvAmount() > 0 )<span style="font-weight: bold;">GV Amount : $action.getGvAmount()</span><br />#end
|
| 296 |
#if($payment.getDescription()) <span>Description : $payment.getDescription()</span><br/>#end
|
296 |
#if($payment.getDescription()) <span>Description : $payment.getDescription()</span><br/>#end
|
| 297 |
#if($payment.getStatus().name()) <span>Status : $payment.getStatus().name()</span><br/>#end
|
297 |
#if($payment.getStatus().name()) <span>Status : $payment.getStatus().name()</span><br/>#end
|
| 298 |
#if($payment.getAmount()) <span>Amount : $payment.getAmount()</span><br/>#end
|
298 |
#if($payment.getAmount()) <span>Amount : $payment.getAmount()</span><br/>#end
|
| 299 |
#if($payment.getAuthCode()) <span>AuthCode : $payment.getAuthCode()</span><br/>#end
|
299 |
#if($payment.getAuthCode()) <span>AuthCode : $payment.getAuthCode()</span><br/>#end
|
| 300 |
#set($payMethod = $action.getPaymentMethod($payment.getAttributes()))
|
300 |
#set($payMethod = $action.getPaymentMethod($payment.getAttributes()))
|