diff --git a/Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs b/Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs index 3fd0554..3558aa8 100644 --- a/Swift.API/ThirdPartyApiServices/SyncStateCityTownService.cs +++ b/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; diff --git a/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs b/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs index 84fa4bb..8ebaead 100644 --- a/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs +++ b/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx.designer.cs @@ -626,69 +626,6 @@ namespace Swift.web.MobileRemit.Admin.Operation /// protected global::System.Web.UI.HtmlControls.HtmlInputCheckBox customerCounterVisit; - /// - /// trustDocEKYC control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl trustDocEKYC; - - /// - /// rbKycType control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.RadioButtonList rbKycType; - - /// - /// divPlan control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPlan; - - /// - /// txtPlanName control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtPlanName; - - /// - /// rbNFC control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.RadioButtonList rbNFC; - - /// - /// btnSendDoc control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btnSendDoc; - - /// - /// btnSyncTrustDoc control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button btnSyncTrustDoc; - /// /// signatureDiv control. /// diff --git a/Swift.web/Payment/STPaymentCustomerRedirect.aspx b/Swift.web/Payment/STPaymentCustomerRedirect.aspx new file mode 100644 index 0000000..a397758 --- /dev/null +++ b/Swift.web/Payment/STPaymentCustomerRedirect.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="STPaymentCustomerRedirect.aspx.cs" Inherits="Swift.web.Payment.STPaymentCustomerRedirect" %> + + + + + + + + +
+
+
+
+ + diff --git a/Swift.web/Payment/STPaymentCustomerRedirect.aspx.cs b/Swift.web/Payment/STPaymentCustomerRedirect.aspx.cs new file mode 100644 index 0000000..28b85ea --- /dev/null +++ b/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) + { + + } + } +} \ No newline at end of file diff --git a/Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs b/Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs new file mode 100644 index 0000000..bae1065 --- /dev/null +++ b/Swift.web/Payment/STPaymentCustomerRedirect.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace Swift.web.Payment +{ + public partial class STPaymentCustomerRedirect + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/Swift.web/Payment/STPaymentSuccess.aspx b/Swift.web/Payment/STPaymentSuccess.aspx new file mode 100644 index 0000000..4f08d49 --- /dev/null +++ b/Swift.web/Payment/STPaymentSuccess.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="STPaymentSuccess.aspx.cs" Inherits="Swift.web.Payment.STPaymentSuccess" %> + + + + + + + + +
+
+
+
+ + diff --git a/Swift.web/Payment/STPaymentSuccess.aspx.cs b/Swift.web/Payment/STPaymentSuccess.aspx.cs new file mode 100644 index 0000000..0457c28 --- /dev/null +++ b/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) + { + + } + } +} \ No newline at end of file diff --git a/Swift.web/Payment/STPaymentSuccess.aspx.designer.cs b/Swift.web/Payment/STPaymentSuccess.aspx.designer.cs new file mode 100644 index 0000000..e37b2e5 --- /dev/null +++ b/Swift.web/Payment/STPaymentSuccess.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace Swift.web.Payment +{ + public partial class STPaymentSuccess + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/Swift.web/Payment/st_wallet_success.aspx b/Swift.web/Payment/st_wallet_success.aspx new file mode 100644 index 0000000..c185bf1 --- /dev/null +++ b/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" %> + + + + + + + + +
+
+
+
+ + diff --git a/Swift.web/Payment/st_wallet_success.aspx.cs b/Swift.web/Payment/st_wallet_success.aspx.cs new file mode 100644 index 0000000..663bf61 --- /dev/null +++ b/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) + { + + } + } +} \ No newline at end of file diff --git a/Swift.web/Payment/st_wallet_success.aspx.designer.cs b/Swift.web/Payment/st_wallet_success.aspx.designer.cs new file mode 100644 index 0000000..0b60d6d --- /dev/null +++ b/Swift.web/Payment/st_wallet_success.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace Swift.web.Payment +{ + public partial class st_wallet_success + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/Swift.web/Payment/trans_payment_success.aspx b/Swift.web/Payment/trans_payment_success.aspx new file mode 100644 index 0000000..52e7782 --- /dev/null +++ b/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" %> + + + + + + + + +
+
+
+
+ + diff --git a/Swift.web/Payment/trans_payment_success.aspx.cs b/Swift.web/Payment/trans_payment_success.aspx.cs new file mode 100644 index 0000000..1b7aa4c --- /dev/null +++ b/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) + { + + } + } +} \ No newline at end of file diff --git a/Swift.web/Payment/trans_payment_success.aspx.designer.cs b/Swift.web/Payment/trans_payment_success.aspx.designer.cs new file mode 100644 index 0000000..08b464a --- /dev/null +++ b/Swift.web/Payment/trans_payment_success.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace Swift.web.Payment +{ + public partial class trans_payment_success + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +}