You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

69 lines
2.9 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="trans_payment_decline.aspx.cs" Inherits="Swift.web.Payment.trans_payment_decline" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<style>
body {
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="row">
<div class="text-center">
<h1>TRANSACTION DECLINED</h1>
</div>
<table class="table table-hover">
<tbody>
<tr>
<td class="col-md-9"><em>Error Code</em></h4></td>
<td class="col-md-1 text-center">
<asp:Label ID="lblErrorCode" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="col-md-9"><em>orderreference</em></h4></td>
<td class="col-md-1 text-center">
<asp:Label ID="lblorderreference" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="col-md-9"><em>paymenttypedescription</em></h4></td>
<td class="col-md-1 text-center">
<asp:Label ID="lblpaymenttypedescription" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="col-md-9"><em>requestreference</em></h4></td>
<td class="col-md-1 text-center">
<asp:Label ID="lblrequestreference" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="col-md-9"><em>transactionreference</em></h4></td>
<td class="col-md-1 text-center">
<asp:Label ID="lbltransactionreference" runat="server"></asp:Label></td>
</tr>
</tbody>
</table>
<asp:HyperLink ID="lnkBack" runat="server">
<button type="button" class="btn btn-danger btn-lg btn-block">
GO BACK TO DASHBOARD  <span class="glyphicon glyphicon-chevron-right"></span>
</button>
</asp:HyperLink>
</div>
</div>
</div>
</div>
</body>
</html>