Browse Source

Merge branch 'feature/Redmine-16525-Cosmetic_Changes' of http://202.166.220.79:3000/IME-LONDON/WEB_CORE into feature/Redmine-16525-Cosmetic_Changes

Ime-london-webcore
Leeza Baidar 12 months ago
parent
commit
ad34220c48
  1. 2
      Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs
  2. 4
      Swift.web/DashboardV2/Dashboard2.aspx
  3. 68
      Swift.web/Payment/STPaymentCustomerRedirect.aspx
  4. 41
      Swift.web/Payment/STPaymentCustomerRedirect.aspx.cs
  5. 54
      Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs
  6. 16
      Swift.web/Payment/STPaymentFail.aspx
  7. 17
      Swift.web/Payment/STPaymentFail.aspx.cs
  8. 25
      Swift.web/Payment/STPaymentFail.aspx.designer.cs
  9. 1
      Swift.web/Payment/STPaymentSuccess.aspx
  10. 50
      Swift.web/Payment/st_wallet_success.aspx
  11. 14
      Swift.web/Payment/st_wallet_success.aspx.designer.cs
  12. 85
      Swift.web/Payment/trans_payment_decline.aspx
  13. 23
      Swift.web/Payment/trans_payment_decline.aspx.cs
  14. 62
      Swift.web/Payment/trans_payment_decline.aspx.designer.cs
  15. 77
      Swift.web/Payment/trans_payment_success.aspx
  16. 8
      Swift.web/Payment/trans_payment_success.aspx.cs
  17. 36
      Swift.web/Payment/trans_payment_success.aspx.designer.cs
  18. 3
      Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx

2
Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs

@ -24,7 +24,7 @@ namespace Swift.API.ThirdPartyApiServices
var jbdContent = new StringContent(obj.ToString(), Encoding.UTF8, "application/json");
try
{
var URL = "http://77.68.15.91:1083/api/v1/TP/addressList";
var URL = "api/v1/TP/addressList";
HttpResponseMessage resp = client.PostAsync(URL, jbdContent).Result;
string resultData = resp.Content.ReadAsStringAsync().Result;

4
Swift.web/DashboardV2/Dashboard2.aspx

@ -439,7 +439,7 @@
<i class='uil uil-bell'></i>
</div>
<div class="msg-content w-100" style="margin-left: 10px;">
<h3 class="title pb-1" style="font-size: 14px !important;">Compliance/OFAC Hold : Mobile (KYC Later)</h3>
<h3 class="title pb-1" style="font-size: 14px !important;">Compliance Hold: Mobile (KYC Later)</h3>
<p class="msg-text" style="color: red;" id="complianceHoldCountMobileKycLater">4</p>
</div>
<span class="icon-element mark-as-read-btn flex-shrink-0 ml-auto mr-0"
@ -455,7 +455,7 @@
<i class='uil uil-bell'></i>
</div>
<div class="msg-content w-100" style="margin-left: 10px;">
<h3 class="title pb-1" style="font-size: 14px !important;">Compliance/OFAC Hold : Mobile (KYC Now)</h3>
<h3 class="title pb-1" style="font-size: 14px !important;">ComplianceHold: Mobile (KYC Now)</h3>
<p class="msg-text" style="color: red;" id="complianceHoldCountMobileKycNow">4</p>
</div>
<span class="icon-element mark-as-read-btn flex-shrink-0 ml-auto mr-0"

68
Swift.web/Payment/STPaymentCustomerRedirect.aspx

@ -5,11 +5,73 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script>
$(document).ready(function () {
//Id of your button control either it is server control or simple html control
})
function CallBackPost(post,a,b,c)
{
console.log(a);
console.log(a);
console.log(c);
if (post=='true') {
$("[id*='btnSubmit']").click();
}
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<form runat="server" id="from">
<input type="hidden" name="sitereference" value="test_subhidauk71992">
<input type="hidden" name="stprofile" value="default">
<input type="hidden" name="currencyiso3a" value="GBP">
<%-- <asp:HiddenField ID="mainamount" runat="server"/>--%>
<input type="hidden" name="mainamount" value="700.00" id="mainamount" runat="server">
<input type="hidden" name="version" value="2">
<asp:HiddenField ID="orderreference" runat="server"/>
<%-- <input type="hidden" name="orderreference" value="12345111">--%>
<%--<input type="hidden" name="trans_ref" value="12345">--%>
<input type="hidden" name="request_source" value="ORM">
<input type="hidden" name="billingfirstname" value="KEWAL">
<input type="hidden" name="billinglastname" value="RAJ POKHREL">
<input type="hidden" name="billingstreet" value="Middlesex">
<input type="hidden" name="customerpremise" value="London">
<input type="hidden" name="customerstreet" value="Middlesex">
<input type="hidden" name="billingpostcode" value="UB5 4SR">
<input type="hidden" name="customerpostcode" value="UB5 4SR">
<input type="hidden" name="billingtown" value="London">
<input type="hidden" name="customertown" value="London">
<input type="hidden" name="billingcountryiso2a" value="GB">
<input type="hidden" name="customercountryiso2a" value="GB">
<input type="hidden" name="billingtelephone" value="7984713677">
<input type="hidden" name="customertelephone" value="7984713677">
<input type="hidden" name="billingemail" value="kewal@imelondon.co.uk">
<input type="hidden" name="customeremail" value="sthashakun@gmail.com">
<input type="hidden" name="customertelephonetype" value="M">
<input type="hidden" name="ruleidentifier" value="STR-6">
<input type="hidden" name="successfulurlredirect" value="https://uat.imelondon.co.uk:1081/payment/trans_payment_success.aspx">
<input type="hidden" name="declinedurlredirect" value="https://uat.imelondon.co.uk:1081/payment/trans_payment_decline.aspx">
<asp:HiddenField ID="sitesecuritytimestamp" runat="server"/>
<asp:HiddenField ID="sitesecurity" runat="server"/>
<%-- <input type="hidden" name="sitesecuritytimestamp" value="2023-09-14 15:13:04">
<input type="hidden" name="sitesecurity" value="hb180e83d1a161c4dd32c2fccd368b77a85679563d3ac20f85bbe4ae65bc39f01">--%>
<input type="hidden" name="ruleidentifier" value="STR-4">
<!--Sends email confirmation to the merchant, following declined transaction:-->
<input type="hidden" name="ruleidentifier" value="STR-5">
<input type="hidden" name="merchantemail" value="shakun@japanremit.com">
<asp:Button ID="btnSubmit" UseSubmitBehavior="true" runat="server" />
</form>
</body>
</html>

41
Swift.web/Payment/STPaymentCustomerRedirect.aspx.cs

@ -1,6 +1,9 @@
using System;
using Swift.web.Library;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
@ -12,6 +15,42 @@ namespace Swift.web.Payment
protected void Page_Load(object sender, EventArgs e)
{
sitesecuritytimestamp.Value = DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ss");
var customerid = GetStatic.ReadQueryString("cid", "");
var uniqueId = GetStatic.ReadQueryString("ref", "");
var tranid = GetStatic.ReadQueryString("Id", "");
orderreference.Value = Guid.NewGuid().ToString();
Form.Method = "POST";
var hash = $"GBP700.00test_subhidauk71992{sitesecuritytimestamp.Value}BEe6nRraqNeUgkpI";
StringBuilder builder = new StringBuilder();
using (SHA256 sha256Hash = SHA256.Create())
{
// ComputeHash - returns byte array
byte[] bytes = sha256Hash.ComputeHash(Encoding.UTF8.GetBytes(hash));
// Convert byte array to a string
for (int i = 0; i < bytes.Length; i++)
{
builder.Append(bytes[i].ToString("x2"));
}
}
sitesecurity.Value = $"h{builder.ToString()}";
Form.Action = "https://payments.securetrading.net/process/payments/choice";
GetStatic.CallJSFunction(this, $"CallBackPost('true','{customerid}','{uniqueId}','{tranid}')");
}
protected void btnSubmit_Click(object sender, EventArgs e)
{
}
}
}

54
Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs

@ -3,23 +3,69 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.Payment
{
public partial class STPaymentCustomerRedirect
{
/// <summary>
/// form1 control.
/// from control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm from;
/// <summary>
/// mainamount control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlInputHidden mainamount;
/// <summary>
/// orderreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField orderreference;
/// <summary>
/// sitesecuritytimestamp control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField sitesecuritytimestamp;
/// <summary>
/// sitesecurity control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField sitesecurity;
/// <summary>
/// btnSubmit control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
protected global::System.Web.UI.WebControls.Button btnSubmit;
}
}

16
Swift.web/Payment/STPaymentFail.aspx

@ -0,0 +1,16 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="STPaymentFail.aspx.cs" Inherits="Swift.web.Payment.STPaymentFail" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h1>TXN was failed</h1>
</div>
</form>
</body>
</html>

17
Swift.web/Payment/STPaymentFail.aspx.cs

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Swift.web.Payment
{
public partial class STPaymentFail : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

25
Swift.web/Payment/STPaymentFail.aspx.designer.cs

@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.Payment
{
public partial class STPaymentFail
{
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
}
}

1
Swift.web/Payment/STPaymentSuccess.aspx

@ -9,6 +9,7 @@
<body>
<form id="form1" runat="server">
<div>
<h1>Please close this tab.....</h1>
</div>
</form>
</body>

50
Swift.web/Payment/st_wallet_success.aspx

@ -2,14 +2,46 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<html>
<body>
<form method="POST" action="https://payments.securetrading.net/process/payments/choice">
<input type="hidden" name="sitereference" value="test_subhidauk71992">
<input type="hidden" name="stprofile" value="default">
<input type="hidden" name="currencyiso3a" value="GBP">
<input type="hidden" name="mainamount" value="110.00">
<input type="hidden" name="version" value="2">
<input type="hidden" name="orderreference" value="12345111">
<input type="hidden" name="trans_ref" value="12345">
<input type="hidden" name="request_source" value="ORM">
<input type="hidden" name="billingfirstname" value="KEWAL">
<input type="hidden" name="billinglastname" value="RAJ POKHREL">
<input type="hidden" name="billingstreet" value="Middlesex">
<input type="hidden" name="customerpremise" value="London">
<input type="hidden" name="customerstreet" value="Middlesex">
<input type="hidden" name="billingpostcode" value="UB5 4SR">
<input type="hidden" name="customerpostcode" value="UB5 4SR">
<input type="hidden" name="billingtown" value="London">
<input type="hidden" name="customertown" value="London">
<input type="hidden" name="billingcountryiso2a" value="GB">
<input type="hidden" name="customercountryiso2a" value="GB">
<input type="hidden" name="billingtelephone" value="GB">
<input type="hidden" name="customertelephone" value="GB">
<input type="hidden" name="billingemail" value="kewal@imelondon.co.uk">
<input type="hidden" name="customeremail" value="kewal@imelondon.co.uk">
<input type="hidden" name="customertelephonetype" value="M">
<input type="hidden" name="ruleidentifier" value="STR-6">
<input type="hidden" name="successfulurlredirect" value="https://uat.imelondon.co.uk:1081/payment/STPaymentSuccess.aspx">
<input type="hidden" name="ruleidentifier" value="STR-4">
<!--Sends email confirmation to the merchant, following declined transaction:-->
<input type="hidden" name="ruleidentifier" value="STR-5">
<input type="hidden" name="merchantemail" value="shakun@japanremit.com">
<input type="submit" value="Pay">
</form>
</body>
</body>
</html>

14
Swift.web/Payment/st_wallet_success.aspx.designer.cs

@ -3,23 +3,15 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.Payment
{
public partial class st_wallet_success
{
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
}
}

85
Swift.web/Payment/trans_payment_decline.aspx

@ -0,0 +1,85 @@
<%@ 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="well col-xs-10 col-sm-10 col-md-6 col-xs-offset-1 col-sm-offset-1 col-md-offset-3">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6">
<address>
<strong>Subhida UK Ltd</strong>
<br/>
Facebook https://facebook.com/imelondon.co.uk/
<br/>
<abbr title="Phone">P:</abbr>
+447984713677
</address>
</div>
</div>
<div class="row">
<div class="text-center">
<h1>TRANRSACTION 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>
<a href="https://uat.imelondon.co.uk:1081/payment/STPaymentFail.aspx">
<button type="button" class="btn btn-danger btn-lg btn-block">
GO BACK TO IME LONDON  <span class="glyphicon glyphicon-chevron-right"></span>
</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>

23
Swift.web/Payment/trans_payment_decline.aspx.cs

@ -0,0 +1,23 @@
using Swift.web.Library;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Swift.web.Payment
{
public partial class trans_payment_decline : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
lblErrorCode.Text = GetStatic.ReadQueryString("errorcode", "");
//lblorderreference.Text = GetStatic.ReadQueryString("orderreference", "");
//lblpaymenttypedescription.Text = GetStatic.ReadQueryString("paymenttypedescription", "");
//lblrequestreference.Text = GetStatic.ReadQueryString("requestreference", "");
//lbltransactionreference.Text = GetStatic.ReadQueryString("transactionreference", "");
}
}
}

62
Swift.web/Payment/trans_payment_decline.aspx.designer.cs

@ -0,0 +1,62 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.Payment
{
public partial class trans_payment_decline
{
/// <summary>
/// lblErrorCode control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblErrorCode;
/// <summary>
/// lblorderreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblorderreference;
/// <summary>
/// lblpaymenttypedescription control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblpaymenttypedescription;
/// <summary>
/// lblrequestreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblrequestreference;
/// <summary>
/// lbltransactionreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lbltransactionreference;
}
}

77
Swift.web/Payment/trans_payment_success.aspx

@ -4,12 +4,79 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<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>
<form id="form1" runat="server">
<div>
<div class="container">
<div class="row">
<div class="well col-xs-10 col-sm-10 col-md-6 col-xs-offset-1 col-sm-offset-1 col-md-offset-3">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6">
<address>
<strong>Subhida UK Ltd</strong>
<br/>
Facebook https://facebook.com/imelondon.co.uk/
<br/>
<abbr title="Phone">P:</abbr>
+447984713677
</address>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 text-right">
<p>
<em>Receipt #: 34522677W</em>
</p>
</div>
</div>
<div class="row">
<div class="text-center">
<h1>Receipt</h1>
</div>
<table class="table table-hover">
<tbody>
<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>
<a href="https://uat.imelondon.co.uk:1081/payment/STPaymentSuccess.aspx">
<button type="button" class="btn btn-success btn-lg btn-block">
GO BACK TO IME LONDON  <span class="glyphicon glyphicon-chevron-right"></span>
</button>
</a>
</div>
</div>
</div>
</form>
</div>
</body>
</html>

8
Swift.web/Payment/trans_payment_success.aspx.cs

@ -1,4 +1,5 @@
using System;
using Swift.web.Library;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
@ -12,6 +13,11 @@ namespace Swift.web.Payment
protected void Page_Load(object sender, EventArgs e)
{
lblorderreference.Text = GetStatic.ReadQueryString("orderreference", "");
lblpaymenttypedescription.Text = GetStatic.ReadQueryString("paymenttypedescription", "");
lblrequestreference.Text = GetStatic.ReadQueryString("requestreference", "");
lbltransactionreference.Text = GetStatic.ReadQueryString("transactionreference", "");
}
}
}

36
Swift.web/Payment/trans_payment_success.aspx.designer.cs

@ -3,23 +3,51 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.Payment
{
public partial class trans_payment_success
{
/// <summary>
/// form1 control.
/// lblorderreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblorderreference;
/// <summary>
/// lblpaymenttypedescription control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblpaymenttypedescription;
/// <summary>
/// lblrequestreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblrequestreference;
/// <summary>
/// lbltransactionreference control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
protected global::System.Web.UI.WebControls.Label lbltransactionreference;
}
}

3
Swift.web/Remit/Administration/CustomerRegistration/Manage.aspx

@ -53,9 +53,6 @@
<script type="text/javascript">
function page_load() {
alert('a');
}
$(document).ready(function () {
$('#btnSearch').click(function () {

Loading…
Cancel
Save