| Line 8... |
Line 8... |
| 8 |
<div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
|
8 |
<div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
|
| 9 |
<div align="center" class="img">
|
9 |
<div align="center" class="img">
|
| 10 |
<img title="loading" alt="loading" src="/images/loading.gif">
|
10 |
<img title="loading" alt="loading" src="/images/loading.gif">
|
| 11 |
</div>
|
11 |
</div>
|
| 12 |
<div style="display:none">
|
12 |
<div style="display:none">
|
| 13 |
<form method="post" action="https://demo.innoviti.net:8443/uniPayNetIpg/saleTrans" name="frmTransaction" id="frmTransaction" onSubmit="return validate()">
|
13 |
<form method="post" action="$action.getGatewayUrl()" name="frmTransaction" id="frmTransaction" onSubmit="return validate()">
|
| 14 |
<!-- Account Id -->
|
14 |
<!-- Account Id -->
|
| 15 |
<input name="merchantId" type="hidden" value="$action.getAccountId()" />
|
15 |
<input name="merchantId" type="hidden" value="$action.getAccountId()" />
|
| 16 |
|
16 |
|
| 17 |
<input name="subMerchantId" type="hidden" value="3001" />
|
17 |
<input name="subMerchantId" type="hidden" value="$action.getSubAccountId()" />
|
| 18 |
|
18 |
|
| 19 |
#set($billingAddress=$action.getBillingDetails())
|
19 |
#set($billingAddress=$action.getBillingDetails())
|
| 20 |
|
20 |
|
| 21 |
<!-- Transaction Details -->
|
21 |
<!-- Transaction Details -->
|
| 22 |
<input name="orderId" type="hidden" value="$action.getId()" />
|
22 |
<input name="orderId" type="hidden" value="$action.getId()" />
|