| 20112 |
aman.kumar |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<title>${domain.name}: Redirecting to HDFC Payment Page</title>
|
|
|
5 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
|
|
6 |
</head>
|
|
|
7 |
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-store, no-cache, must-revalidate">
|
|
|
8 |
<META HTTP-EQUIV="PRAGMA" CONTENT="no-store, no-cache, must-revalidate">
|
|
|
9 |
<body onLoad="document.order.submit()">
|
|
|
10 |
<div style="text-align:center; margin-top:200px;">
|
|
|
11 |
Please wait while we redirect you to the Payment Gateway.</div>
|
|
|
12 |
<div align="center" class="img">
|
|
|
13 |
<img title="loading" alt="loading" src="/images/loading.gif">
|
|
|
14 |
</div>
|
|
|
15 |
#set($hpp=$action.getHpp())
|
|
|
16 |
<div style="display:none">
|
|
|
17 |
<form name="order" action="$hpp.getPostUrl()" method="post">
|
|
|
18 |
<p>Please wait while your payment is being processed...</p>
|
|
|
19 |
|
|
|
20 |
<input type="hidden" name="account_id" value="$hpp.getAccountId()"/><br>
|
|
|
21 |
|
|
|
22 |
<input type="hidden" name="address" value="$hpp.getAddress()"/><br>
|
|
|
23 |
|
|
|
24 |
<input type="hidden" name="algo" value="$hpp.getAlgo()"/><br>
|
|
|
25 |
|
|
|
26 |
<input type="hidden" name="amount" value="$hpp.getAmount()"/><br>
|
|
|
27 |
|
|
|
28 |
<input type="hidden" name="channel" value="$hpp.getChannel()"/><br>
|
|
|
29 |
|
|
|
30 |
<input type="hidden" name="city" value="$hpp.getCity()"/><br>
|
|
|
31 |
|
|
|
32 |
<input type="hidden" name="country" value="$hpp.getCountry()"/><br>
|
|
|
33 |
|
|
|
34 |
<input type="hidden" name="currency" value="$hpp.getCurrency()"/><br>
|
|
|
35 |
|
|
|
36 |
<input type="hidden" name="description" value="$hpp.getDescription()"/><br>
|
|
|
37 |
|
|
|
38 |
<input type="hidden" name="email" value="$hpp.getEmail()"/><br>
|
|
|
39 |
|
|
|
40 |
<input type="hidden" name="mode" value="$hpp.getMode()"/><br>
|
|
|
41 |
|
|
|
42 |
<input type="hidden" name="name" value="$hpp.getBillName()"/><br>
|
|
|
43 |
|
|
|
44 |
<input type="hidden" name="page_id" value="$hpp.getPageId()"/><br>
|
|
|
45 |
|
|
|
46 |
<input type="hidden" name="phone" value="$hpp.getPhone()"/><br>
|
|
|
47 |
|
|
|
48 |
<input type="hidden" name="postal_code" value="$hpp.getZipcode()"/><br>
|
|
|
49 |
|
|
|
50 |
<input type="hidden" name="reference_no" value="$hpp.getTxnid()"/><br>
|
|
|
51 |
|
|
|
52 |
<input type="hidden" name="return_url" value="$hpp.getReturnUrl()"/><br>
|
|
|
53 |
|
|
|
54 |
<input type="hidden" name="ship_address" value="$hpp.getShipAddress()"/><br>
|
|
|
55 |
|
|
|
56 |
<input type="hidden" name="ship_city" value="$hpp.getShipCity()"/><br>
|
|
|
57 |
|
|
|
58 |
<input type="hidden" name="ship_country" value="$hpp.getShipCountry()"/><br>
|
|
|
59 |
|
|
|
60 |
<input type="hidden" name="ship_name" value="$hpp.getShipName()"/><br>
|
|
|
61 |
|
|
|
62 |
<input type="hidden" name="ship_phone" value="$hpp.getShipPhone()"/><br>
|
|
|
63 |
|
|
|
64 |
<input type="hidden" name="ship_postal_code" value="$hpp.getShipZipcode()"/><br>
|
|
|
65 |
|
|
|
66 |
<input type="hidden" name="ship_state" value="$hpp.getShipState()"/><br>
|
|
|
67 |
|
|
|
68 |
<input type="hidden" name="state" value="$hpp.getState()"/><br>
|
|
|
69 |
|
|
|
70 |
<input type="hidden" name="secure_hash" value="$hpp.getHash()"/>
|
|
|
71 |
|
|
|
72 |
</form>
|
|
|
73 |
</div>
|
|
|
74 |
</body>
|
|
|
75 |
</html>
|