Καλησπέρα,
Αντιμετωπίζω ένα πρόβλημα στη σύνδεση μου με την Alpha Bank (Delta Pay)
Προσπαθώ να τρέξω την παρακάτω σελίδα για να συνδεθώ με το σύστημα. Απλά κάνει ένα postback κι αυτό ήταν όλο.
Έχει κάποιο κάποια ιδέα για το τι μπορεί να συμβαίνει.
Ευχαριστώ
<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="Booking4.aspx.vb" Inherits=".Booking4" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<form action="https://www.deltapay.gr/entry.asp" method="post">
<input type="hidden" name=" MerchantCode" value="121212"/>
<input type="hidden" name="Charge" value="0,01"/>
<input type="hidden" name="CurrencyCode" value="978"/>
<input type="hidden" name="CardHolderName" value="John Doe"/>
<input type="hidden" name="Installments" value="0"/>
<input type="hidden" name="TransactionType" value="1"/>
<input type="hidden" name="Param1" value="12345"/>
<input type="hidden" name="Param2" value="Client Name"/>
<input type="submit" value="Pay with DeltaPAY"/>
</form>
</div>
</form>
</body>
</html>