Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>${domain.name}: Redirecting to HDFC Payment Page</title>
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
</head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-store, no-cache, must-revalidate">
<META HTTP-EQUIV="PRAGMA" CONTENT="no-store, no-cache, must-revalidate">
<body onLoad="document.order.submit()">
    <div style="text-align:center; margin-top:200px;">
                Please wait while we redirect you to the Payment Gateway.</div>
        <div align="center" class="img">
                <img title="loading" alt="loading" src="/images/loading.gif">
        </div>
        #set($hpp=$action.getHpp())
        <div style="display:none">
        <form name="order" action="$hpp.getPostUrl()" method="post">
        <p>Please wait while your payment is being processed...</p>

                <input type="hidden" name="account_id" value="$hpp.getAccountId()"/><br>

                <input type="hidden" name="address" value="$hpp.getAddress()"/><br>

                <input type="hidden" name="algo" value="$hpp.getAlgo()"/><br>

                <input type="hidden" name="amount" value="$hpp.getAmount()"/><br>

                <input type="hidden" name="channel" value="$hpp.getChannel()"/><br>

                <input type="hidden" name="city" value="$hpp.getCity()"/><br>

                <input type="hidden" name="country" value="$hpp.getCountry()"/><br>

                <input type="hidden" name="currency" value="$hpp.getCurrency()"/><br>

                <input type="hidden" name="description" value="$hpp.getDescription()"/><br>

                <input type="hidden" name="email" value="$hpp.getEmail()"/><br>

                <input type="hidden" name="mode" value="$hpp.getMode()"/><br>
                        
                        <input type="hidden" name="name" value="$hpp.getBillName()"/><br>

                <input type="hidden" name="page_id" value="$hpp.getPageId()"/><br>

                <input type="hidden" name="phone" value="$hpp.getPhone()"/><br>

                <input type="hidden" name="postal_code" value="$hpp.getZipcode()"/><br>

                <input type="hidden" name="reference_no" value="$hpp.getTxnid()"/><br>

                <input type="hidden" name="return_url" value="$hpp.getReturnUrl()"/><br>

                <input type="hidden" name="ship_address" value="$hpp.getShipAddress()"/><br>

                <input type="hidden" name="ship_city" value="$hpp.getShipCity()"/><br>

                <input type="hidden" name="ship_country" value="$hpp.getShipCountry()"/><br>

                <input type="hidden" name="ship_name" value="$hpp.getShipName()"/><br>

                <input type="hidden" name="ship_phone" value="$hpp.getShipPhone()"/><br>

                <input type="hidden" name="ship_postal_code" value="$hpp.getShipZipcode()"/><br>

                <input type="hidden" name="ship_state" value="$hpp.getShipState()"/><br>

                <input type="hidden" name="state" value="$hpp.getState()"/><br>

    <input type="hidden" name="secure_hash" value="$hpp.getHash()"/>
    
 </form>
 </div>
</body>
</html>