From 6e4015f5fec00b68f9cfed4658484da469e719b5 Mon Sep 17 00:00:00 2001 From: shakun Date: Wed, 18 Oct 2023 14:30:30 +0545 Subject: [PATCH] payment page --- .../CustomerRegistration/Manage.aspx | 9 +- Swift.web/Content/images/spinner.gif | Bin 0 -> 142645 bytes Swift.web/Library/WebUtils.cs | 31 ++++ .../Operation/EditCustomerForApproval.aspx | 4 +- .../Payment/STPaymentCustomerRedirect.aspx | 135 ++++++++++-------- .../Payment/STPaymentCustomerRedirect.aspx.cs | 101 ++++++++++--- ...STPaymentCustomerRedirect.aspx.designer.cs | 117 +++++++++++++++ .../CustomerRegistration/Manage.aspx | 2 +- .../Administration/CustomerSetup/Manage.aspx | 2 +- 9 files changed, 317 insertions(+), 84 deletions(-) create mode 100644 Swift.web/Content/images/spinner.gif diff --git a/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx b/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx index eb5d297..3961440 100644 --- a/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx +++ b/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx @@ -98,7 +98,6 @@ console.error(error); } }); - }); $('#ContentPlaceHolder1_reg_front_id').on('change', function (e) { $('.loadImg').remove(); @@ -155,8 +154,10 @@ }); }); - $(document).ready(function () { + $('#modalClose').on('click', function () { + $("#apiDataPopup").modal("hide"); + }) //$("#ContentPlaceHolder1_occupation").prop("disabled", true); $("#<%=verificationTypeNo.ClientID%>").on("change", function () { var idtype = $("#<%=idType.ClientID%>").val(); @@ -783,7 +784,7 @@ ControlToValidate="emailConfirm"> - diff --git a/Swift.web/Remit/Administration/CustomerSetup/Manage.aspx b/Swift.web/Remit/Administration/CustomerSetup/Manage.aspx index dda6901..7f3b775 100644 --- a/Swift.web/Remit/Administration/CustomerSetup/Manage.aspx +++ b/Swift.web/Remit/Administration/CustomerSetup/Manage.aspx @@ -65,7 +65,7 @@ // mobile country code added $("#<%=mobile.ClientID%>").intlTelInput({ nationalMode: true, - onlyCountries: ["jp"], + onlyCountries: ["gp"], //onlyCountries: ["az", "bd", "by", "ge", "kz", "kg", "mm", "md", "my", "ph", "lk", "th", "in", "ru", "tj", "uz", "cn", "sg", "id", "pk", "np", "vn", "kh", "mn"], utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.3/js/utils.js" // just for formatting/placeholders etc });