Subversion Repositories SmartDukaan

Rev

Rev 2163 | Rev 4566 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2163 Rev 2199
Line 18... Line 18...
18
           
18
           
19
		   <input name="amount" type="hidden" value="$action.getAmount()" />
19
		   <input name="amount" type="hidden" value="$action.getAmount()" />
20
 
20
 
21
           <input name="description" type="hidden" value="$action.getDescription()" />
21
           <input name="description" type="hidden" value="$action.getDescription()" />
22
		   
22
		   
-
 
23
		   #if($action.getPaymentOption())
23
		   <input name="payment_option" type="hidden" value="$action.getPaymentOption()"/>
24
		   <input name="payment_option" type="hidden" value="$action.getPaymentOption()"/>
-
 
25
		   #end
24
		   
26
		   
25
		   #set($billingAddress=$action.getBillingDetails())
27
		   #set($billingAddress=$action.getBillingDetails())
26
           <!-- Billing Address -->
28
           <!-- Billing Address -->
27
 
29
 
28
           <input name="name" type="hidden" value="$billingAddress.getName()" /></td>
30
           <input name="name" type="hidden" value="$billingAddress.getName()" /></td>