| 1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Merchant.aspx.cs" Inherits="Merchant"%>
|
|---|
| 2 |
|
|---|
| 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|---|
| 4 |
|
|---|
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" >
|
|---|
| 6 | <head runat="server">
|
|---|
| 7 | <title>Platnosci.AdMoto.pl</title>
|
|---|
| 8 | </head>
|
|---|
| 9 | <body onload="javascript:document.forms[0].submit()">
|
|---|
| 10 | <p>
|
|---|
| 11 | <asp:Literal ID="Informacja" runat="server" meta:resourcekey="Informacja">Trwa przekierowanie na stronê autoryzacyjn¹ eCard ...</asp:Literal></p>
|
|---|
| 12 | <form action="https://pay.ecard.pl/payment/PS" method="POST">
|
|---|
| 13 | <asp:Literal ID="ORDERDESCRIPTION" runat="server"></asp:Literal>
|
|---|
| 14 | <asp:Literal ID="AMOUNT" runat="server"></asp:Literal>
|
|---|
| 15 | <asp:Literal ID="CURRENCY" runat="server"></asp:Literal>
|
|---|
| 16 | <asp:Literal ID="ORDERNUMBER" runat="server"></asp:Literal>
|
|---|
| 17 | <asp:Literal ID="NAME" runat="server"></asp:Literal>
|
|---|
| 18 | <asp:Literal ID="SURNAME" runat="server"></asp:Literal>
|
|---|
| 19 | <asp:Literal ID="LANGUAGE" runat="server"></asp:Literal>
|
|---|
| 20 | <asp:Literal ID="CHARSET" runat="server"></asp:Literal>
|
|---|
| 21 | <asp:Literal ID="COUNTRY" runat="server"></asp:Literal>
|
|---|
| 22 | <asp:Literal ID="PAYMENTTYPE" runat="server"></asp:Literal>
|
|---|
| 23 | <asp:Literal ID="JS" runat="server"></asp:Literal>
|
|---|
| 24 | <asp:Literal ID="HASH" runat="server"></asp:Literal>
|
|---|
| 25 | <asp:Literal ID="MERCHANTID" runat="server"></asp:Literal>
|
|---|
| 26 | <asp:Literal ID="AUTODEPOSIT" runat="server"></asp:Literal>
|
|---|
| 27 | <asp:Literal ID="LINKOK" runat="server"></asp:Literal>
|
|---|
| 28 | <asp:Literal ID="LINKFAIL" runat="server"></asp:Literal>
|
|---|
| 29 | <asp:Literal ID="jsInfo" runat="server"></asp:Literal>
|
|---|
| 30 | <asp:Literal ID="submit" runat="server"></asp:Literal>
|
|---|
| 31 | </form>
|
|---|
| 32 | </body>
|
|---|
| 33 | </html>
|
|---|