diff --git a/Swift.API/Swift.API.csproj b/Swift.API/Swift.API.csproj index 1cc8547..404756a 100644 --- a/Swift.API/Swift.API.csproj +++ b/Swift.API/Swift.API.csproj @@ -43,7 +43,7 @@ ..\packages\MoreLinq.Portable.1.4.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MoreLinq.Portable.dll - ..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll diff --git a/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx b/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx index cb07bd5..b8bb169 100644 --- a/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx +++ b/Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx @@ -240,7 +240,7 @@ // mobile country code added $("#<%=mobile.ClientID%>").intlTelInput({ nationalMode: true, - onlyCountries: ["jp"], + onlyCountries: ["gb"], utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.3/js/utils.js" // just for formatting/placeholders etc }); diff --git a/Swift.web/AgentNew/SendTxn/SendV2.aspx b/Swift.web/AgentNew/SendTxn/SendV2.aspx index f118fa6..a4d68ca 100644 --- a/Swift.web/AgentNew/SendTxn/SendV2.aspx +++ b/Swift.web/AgentNew/SendTxn/SendV2.aspx @@ -891,7 +891,7 @@ (Max Limit: )  - JPY + GBP diff --git a/Swift.web/AgentNew/SendTxn/SendV2.aspx.cs b/Swift.web/AgentNew/SendTxn/SendV2.aspx.cs index 5bc6e88..a4f5a4b 100644 --- a/Swift.web/AgentNew/SendTxn/SendV2.aspx.cs +++ b/Swift.web/AgentNew/SendTxn/SendV2.aspx.cs @@ -1032,7 +1032,7 @@ namespace Swift.web.AgentNew.SendTxn _sdd.SetDDL(ref ddlSendCustomerType, "EXEC proc_online_dropDownList @flag='dropdownList',@parentId=4700", "valueId", "detailTitle", "", "SELECT CUSTOMER TYPE"); _sdd.SetDDL(ref ddlIdIssuedCountry, "EXEC proc_sendPageLoadData @flag='idIssuedCountry'", "countryId", "countryName", "", "SELECT COUNTRY"); _sdd.SetDDL(ref ddlEmpBusinessType, "EXEC proc_online_dropDownList @flag='dropdownList',@parentId=7002", "valueId", "detailTitle", "11007", ""); - _sdd.SetDDL(ref custLocationDDL, "EXEC proc_online_dropDownList @flag='state',@countryId='113'", "stateId", "stateName", "", "SELECT"); + _sdd.SetDDL(ref custLocationDDL, "EXEC proc_online_dropDownList @flag='state',@countryId='233'", "stateId", "stateName", "", "SELECT"); _sdd.SetDDL(ref sendingAgentOnBehalfDDL, "EXEC proc_sendPageLoadData @flag='S-AGENT-BEHALF',@user='" + GetStatic.GetUser() + "',@sAgent='" + GetStatic.GetAgent() + "'", "agentId", "agentName", "", "Select Branch/Agent"); _sdd.SetDDL(ref ddlRecIdType, "EXEC proc_online_dropDownList @flag='idType',@user='" + GetStatic.GetUser() + "'", "valueId", "detailTitle", "", "Select.."); _sdd.SetDDL(ref sourceOfFund, "EXEC proc_online_dropDownList @flag='dropdownList',@user='" + GetStatic.GetUser() + "',@parentId=3900", "valueId", "detailTitle", "", "Select.."); diff --git a/Swift.web/Swift.web.csproj b/Swift.web/Swift.web.csproj index d879b95..55321f0 100644 --- a/Swift.web/Swift.web.csproj +++ b/Swift.web/Swift.web.csproj @@ -59,7 +59,7 @@ ..\packages\BouncyCastle.Cryptography.2.1.1\lib\net461\BouncyCastle.Cryptography.dll - C:\Users\arjun.dhami\Downloads\CKEditor.NET.dll + ..\..\JME_Japan\WEB-CORE_no_Issue\WEB-CORE\packages\CkeditorForASP.NET.3.6.4.0\lib\CKEditor.NET.dll False