<%@ page language="java" session="true"%> <%@ page import="java.text.DecimalFormat" %> <%@ include file="header.jsp" %> <% String AliasCount = request.getParameter("AliasCount");%>
Transaction Information

Transaction Detail

Amount

Total (INR) <%= request.getParameter("amount") %>


<% session.setAttribute("amount", request.getParameter("amount")); %>
> > > > > > > <% String cardtype = request.getParameter("cardType"); String[] CreditCard = {"HDFC"}; String[] DebitCard = {"SBI","ABK"}; %>

Customer Billing Details

Name: >
Address Line : >
City: >
State: >
Country: >
Postal Code: >
Select Gateway:


<%@ include file="footer.jsp" %>