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 1 year ago
parent
commit
1859041319
  1. 2
      Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs
  2. 63
      Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs
  3. 15
      Swift.web/Payment/STPaymentCustomerRedirect.aspx
  4. 17
      Swift.web/Payment/STPaymentCustomerRedirect.aspx.cs
  5. 25
      Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs
  6. 15
      Swift.web/Payment/STPaymentSuccess.aspx
  7. 17
      Swift.web/Payment/STPaymentSuccess.aspx.cs
  8. 25
      Swift.web/Payment/STPaymentSuccess.aspx.designer.cs
  9. 15
      Swift.web/Payment/st_wallet_success.aspx
  10. 17
      Swift.web/Payment/st_wallet_success.aspx.cs
  11. 25
      Swift.web/Payment/st_wallet_success.aspx.designer.cs
  12. 15
      Swift.web/Payment/trans_payment_success.aspx
  13. 17
      Swift.web/Payment/trans_payment_success.aspx.cs
  14. 25
      Swift.web/Payment/trans_payment_success.aspx.designer.cs

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;

63
Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs

@ -626,69 +626,6 @@ namespace Swift.web.MobileRemit.Admin.Operation
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlInputCheckBox customerCounterVisit;
/// <summary>
/// trustDocEKYC 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.HtmlGenericControl trustDocEKYC;
/// <summary>
/// rbKycType 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.RadioButtonList rbKycType;
/// <summary>
/// divPlan 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.HtmlGenericControl divPlan;
/// <summary>
/// txtPlanName 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.TextBox txtPlanName;
/// <summary>
/// rbNFC 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.RadioButtonList rbNFC;
/// <summary>
/// btnSendDoc 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.Button btnSendDoc;
/// <summary>
/// btnSyncTrustDoc 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.Button btnSyncTrustDoc;
/// <summary>
/// signatureDiv control.
/// </summary>

15
Swift.web/Payment/STPaymentCustomerRedirect.aspx

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

17
Swift.web/Payment/STPaymentCustomerRedirect.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 STPaymentCustomerRedirect : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

25
Swift.web/Payment/STPaymentCustomerRedirect.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 STPaymentCustomerRedirect
{
/// <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;
}
}

15
Swift.web/Payment/STPaymentSuccess.aspx

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

17
Swift.web/Payment/STPaymentSuccess.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 STPaymentSuccess : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

25
Swift.web/Payment/STPaymentSuccess.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 STPaymentSuccess
{
/// <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;
}
}

15
Swift.web/Payment/st_wallet_success.aspx

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

17
Swift.web/Payment/st_wallet_success.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 st_wallet_success : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

25
Swift.web/Payment/st_wallet_success.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 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;
}
}

15
Swift.web/Payment/trans_payment_success.aspx

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

17
Swift.web/Payment/trans_payment_success.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 trans_payment_success : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

25
Swift.web/Payment/trans_payment_success.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 trans_payment_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;
}
}
Loading…
Cancel
Save