Browse Source

add kyc status

Prod
Shakun Shrestha 4 months ago
parent
commit
b5cbbcb092
  1. 2
      Swift.API/Swift.API.csproj
  2. 2
      Swift.API/app.config
  3. 2
      Swift.DAL/Swift.DAL.csproj
  4. 8
      Swift.DAL/app.config
  5. 1
      Swift.web/Remit/Administration/CustomerSetup/List.aspx.cs
  6. 2
      Swift.web/Swift.web.csproj
  7. 293
      Swift.web/Web.config

2
Swift.API/Swift.API.csproj

@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Swift.API</RootNamespace>
<AssemblyName>Swift.API</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>

2
Swift.API/app.config

@ -22,4 +22,4 @@
</setting>
</Swift.API.Properties.Settings>
</applicationSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>

2
Swift.DAL/Swift.DAL.csproj

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Swift.DAL</RootNamespace>
<AssemblyName>Swift.DAL</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>

8
Swift.DAL/app.config

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" /></startup>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

1
Swift.web/Remit/Administration/CustomerSetup/List.aspx.cs

@ -56,6 +56,7 @@ namespace Swift.web.Remit.Administration.customerSetup
{
new GridFilter("searchCriteria", "Search By", "1:" + "EXEC [proc_online_approve_Customer] @flag = 'searchCriteria'"),
new GridFilter("searchValue", "Search Value", "T"),
new GridFilter("kycStatus", "KYC Status", "T"),
new GridFilter("fromDate", "Registered From","d"),
new GridFilter("toDate", "Registered To", "d"),
};

2
Swift.web/Swift.web.csproj

@ -13,7 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Swift.web</RootNamespace>
<AssemblyName>Swift.web</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>

293
Swift.web/Web.config

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
@ -18,248 +18,245 @@
<add key="SmtpPort" value="587" />-->
<configSections>
<sectionGroup name="CustomSection" type="Swift.web.Library.MySectionGroup,Swift.Web">
<section name="SDNListSection" type="Swift.web.Library.SDNListSection,Swift.Web" />
<section name="PartnerAgentSection" type="Swift.web.Library.PartnerAgentSection,Swift.Web" />
<section name="SDNListSection" type="Swift.web.Library.SDNListSection,Swift.Web"/>
<section name="PartnerAgentSection" type="Swift.web.Library.PartnerAgentSection,Swift.Web"/>
</sectionGroup>
</configSections>
<CustomSection>
<SDNListSection>
<SDNListSetting>
<add key="U1267" name="UNSC ISIL AQ" url="https://scsanctions.un.org/14bhken-al-qaida.xml" active="1" field1="QDi,QDe" />
<add key="U1988" name="UNSC Taliban" url="https://scsanctions.un.org/b9un2en-taliban.xml" active="1" field1="TAi,TAe" />
<add key="U2231" name="UNSC IRAN" url="https://scsanctions.un.org/hv81pen-iran.xml" active="1" field1="IRi,IRe" />
<add key="U1718" name="UNSC DPRK" url="https://scsanctions.un.org/o81vken-dprk.xml" active="1" field1="TAi,TAe" />
<add key="U2206" name="UNSC South Sudan" url="https://scsanctions.un.org/6q5upen-southsudan.xml" active="1" field1="SSi,SSe" />
<add key="U1844" name="UNSC Somalia" url="https://scsanctions.un.org/xml/en/somalia" active="1" field1="SOi,SOe" />
<add key="U1591" name="UNSC Sudan" url="https://scsanctions.un.org/bqpppen-sudan.xml" active="1" field1="SDi,SDe" />
<add key="U1970" name="UNSC Libya" url="https://scsanctions.un.org/3z39jen-libya.xml" active="1" field1="LYi,LYe" />
<add key="U2127" name="UNSC South Sudan" url="https://scsanctions.un.org/b8p92en-car.xml" active="1" field1="CFi,CFe" />
<add key="U1533" name="UNSC Congo" url="https://scsanctions.un.org/7koh8en-drc.xml" active="1" field1="CDi,CDe" />
<add key="U2140" name="UNSC Yemen" url="https://scsanctions.un.org/n9521en-yemen.xml" active="1" field1="YEi,YEe" />
<add key="U2048" name="UNSC GB" url="https://scsanctions.un.org/61hj8en-gb.xml" active="1" field1="GBi,GBe" />
<add key="U2374" name="UNSC Mali" url="https://scsanctions.un.org/h5k77en-mali.xml" active="1" field1="MLi,MLe" />
<add key="U1267" name="UNSC ISIL AQ" url="https://scsanctions.un.org/14bhken-al-qaida.xml" active="1" field1="QDi,QDe"/>
<add key="U1988" name="UNSC Taliban" url="https://scsanctions.un.org/b9un2en-taliban.xml" active="1" field1="TAi,TAe"/>
<add key="U2231" name="UNSC IRAN" url="https://scsanctions.un.org/hv81pen-iran.xml" active="1" field1="IRi,IRe"/>
<add key="U1718" name="UNSC DPRK" url="https://scsanctions.un.org/o81vken-dprk.xml" active="1" field1="TAi,TAe"/>
<add key="U2206" name="UNSC South Sudan" url="https://scsanctions.un.org/6q5upen-southsudan.xml" active="1" field1="SSi,SSe"/>
<add key="U1844" name="UNSC Somalia" url="https://scsanctions.un.org/xml/en/somalia" active="1" field1="SOi,SOe"/>
<add key="U1591" name="UNSC Sudan" url="https://scsanctions.un.org/bqpppen-sudan.xml" active="1" field1="SDi,SDe"/>
<add key="U1970" name="UNSC Libya" url="https://scsanctions.un.org/3z39jen-libya.xml" active="1" field1="LYi,LYe"/>
<add key="U2127" name="UNSC South Sudan" url="https://scsanctions.un.org/b8p92en-car.xml" active="1" field1="CFi,CFe"/>
<add key="U1533" name="UNSC Congo" url="https://scsanctions.un.org/7koh8en-drc.xml" active="1" field1="CDi,CDe"/>
<add key="U2140" name="UNSC Yemen" url="https://scsanctions.un.org/n9521en-yemen.xml" active="1" field1="YEi,YEe"/>
<add key="U2048" name="UNSC GB" url="https://scsanctions.un.org/61hj8en-gb.xml" active="1" field1="GBi,GBe"/>
<add key="U2374" name="UNSC Mali" url="https://scsanctions.un.org/h5k77en-mali.xml" active="1" field1="MLi,MLe"/>
</SDNListSetting>
</SDNListSection>
<PartnerAgentSection>
<PartnerAgentConfig>
<add key="394132" name="DONGA" username="" password="" field1="" />
<add key="393880" name="JMENEPAL" username="" password="" field1="" />
<add key="394130" name="TRANSFAST" username="" password="" field1="" />
<add key="394132" name="DONGA" username="" password="" field1=""/>
<add key="393880" name="JMENEPAL" username="" password="" field1=""/>
<add key="394130" name="TRANSFAST" username="" password="" field1=""/>
</PartnerAgentConfig>
</PartnerAgentSection>
</CustomSection>
<system.web>
<httpRuntime maxRequestLength="1048576" enableVersionHeader="false" targetFramework="4.5" />
<httpRuntime maxRequestLength="1048576" enableVersionHeader="false" targetFramework="4.5"/>
<!--<httpRuntime requestValidationMode="2.0" />-->
<sessionState timeout="20" />
<compilation debug="true" targetFramework="4.8.1">
<sessionState timeout="20"/>
<compilation debug="true" targetFramework="4.6.1">
<assemblies>
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>
<authentication mode="Windows" />
<authorization />
<authentication mode="Windows"/>
<authorization/>
<profile>
<providers>
<clear />
<clear/>
</providers>
</profile>
</system.web>
<appSettings>
<add key="JMECoreAPIURL" value="http://77.68.26.191:2082/" />
<add key="JMECoreAPIURL" value="http://77.68.26.191:2082/"/>
<!--<add key="JMECoreAPIURL" value="http://localhost:65345/" />-->
<add key="JMECoreAPI_HeaderToken" value="KPb1ttRs3CJnORpVU8SmAKUs7a42vtvjzQ47gU0b4u0vxAEI0PgZref6puzkVhLTX2PRNMGCbnb2TglupsjV5AGhYvw8a8POTcUcFSrEdHmTkhkIGNvUvxSpKjUOXGFQWaGU1bxoqqUSaFOmNE5zGojVmwPoMy38CNLwnpQKjdsIuxCKGCApa2gWHJl9gebmIpUODv9jAZgmMEaXqyR4CLg4iSksfTyYNjdqxEE88P5THYt5GuNk8Ti6K2RxIKfPWY49hBOpiYnXcApgSDiKFYqQG9WuZ7cvDGJIWg5WgWKjGle8Y3OydhONXVkN5OMPXDA4VZkK4c5nM363Zkg4w4qdzWuwhsEoAwU4rej6sMRZue3L0BowBJja1OK0iPoTX70EexX8rviMLOZPUDwhxzkL3eODS69VEEbjHb8WSjhho5h3KnCE4tcqCWihwSZ8Yuyhw1rzIMNw2C8pN1GEJyXc6goIFkf7dmK9ynJSxu52D9GjOkKqoD7dFNFulOFVfgeCuhPDYG2A2c2RSvGHv24VDXvmGVaAMLiPtsTz5oD8f0na7fX1xGg0Qveh0KgQL5THnrMK6gm5Ky7O8nbecIxY" />
<add key="JMECoreAPI_HeaderToken" value="KPb1ttRs3CJnORpVU8SmAKUs7a42vtvjzQ47gU0b4u0vxAEI0PgZref6puzkVhLTX2PRNMGCbnb2TglupsjV5AGhYvw8a8POTcUcFSrEdHmTkhkIGNvUvxSpKjUOXGFQWaGU1bxoqqUSaFOmNE5zGojVmwPoMy38CNLwnpQKjdsIuxCKGCApa2gWHJl9gebmIpUODv9jAZgmMEaXqyR4CLg4iSksfTyYNjdqxEE88P5THYt5GuNk8Ti6K2RxIKfPWY49hBOpiYnXcApgSDiKFYqQG9WuZ7cvDGJIWg5WgWKjGle8Y3OydhONXVkN5OMPXDA4VZkK4c5nM363Zkg4w4qdzWuwhsEoAwU4rej6sMRZue3L0BowBJja1OK0iPoTX70EexX8rviMLOZPUDwhxzkL3eODS69VEEbjHb8WSjhho5h3KnCE4tcqCWihwSZ8Yuyhw1rzIMNw2C8pN1GEJyXc6goIFkf7dmK9ynJSxu52D9GjOkKqoD7dFNFulOFVfgeCuhPDYG2A2c2RSvGHv24VDXvmGVaAMLiPtsTz5oD8f0na7fX1xGg0Qveh0KgQL5THnrMK6gm5Ky7O8nbecIxY"/>
<!-- Stagin DB Connection -->
<!--<add key="connectionString" value="server=77.68.90.58,1433;Database=FastMoneyPro_Account;uid=remituser;pwd=U78SclK6" />
<add key="RemittanceString" value="server=77.68.90.58,1433;Database=FastMoneyPro_Remit;uid=remituser;pwd=U78SclK6" />-->
<add key="connectionString" value="server=77.68.15.91\MSSQLSERVER01,1434;Database=FastMoneyPro_Account;uid=user_stag;pwd=P@ssw0rd" />
<add key="RemittanceString" value="server=77.68.15.91\MSSQLSERVER01,1434;Database=FastMoneyPro_Remit;uid=user_stag;pwd=P@ssw0rd" />
<add key="tranNoName" value="JME No" />
<add key="root" value="D:\C# Projects\Personal\JME_Japan\WEB-CORE\Swift.web\" />
<add key="urlRoot" value="http://localhost:49640/" />
<add key="virtualDirName" value="" />
<add key="filePath" value="D:\C# Projects\Personal\JME_Japan\WEB-CORE\Swift.web\" />
<add key="gridWidth" value="700" />
<add key="gridHeight" value="-1" />
<add key="companyName" value="IME London (Subhida UK Ltd) Ltd.|Pentax House, South Hill Avenue, South Harrow, London, HA2 0DU." />
<add key="isMenuForLive" value="Y" />
<add key="fileSize" value="2097152" />
<add key="connectionString" value="server=77.68.15.91\MSSQLSERVER01,1434;Database=FastMoneyPro_Account;uid=user_stag;pwd=P@ssw0rd"/>
<add key="RemittanceString" value="server=77.68.15.91\MSSQLSERVER01,1434;Database=FastMoneyPro_Remit;uid=user_stag;pwd=P@ssw0rd"/>
<add key="tranNoName" value="JME No"/>
<add key="root" value="D:\C# Projects\Personal\JME_Japan\WEB-CORE\Swift.web\"/>
<add key="urlRoot" value="http://localhost:49640/"/>
<add key="virtualDirName" value=""/>
<add key="filePath" value="D:\C# Projects\Personal\JME_Japan\WEB-CORE\Swift.web\"/>
<add key="gridWidth" value="700"/>
<add key="gridHeight" value="-1"/>
<add key="companyName" value="IME London (Subhida UK Ltd) Ltd.|Pentax House, South Hill Avenue, South Harrow, London, HA2 0DU."/>
<add key="isMenuForLive" value="Y"/>
<add key="fileSize" value="2097152"/>
<!--<add key="reportPageSize" value="100" />-->
<add key="defaultDocPath" value="D:\GME\Documents\" />
<add key="customerDocPath" value="D:\" />
<add key="customerDocFileExtension" value=".jpeg,.png,.jpg" />
<add key="IntlAPISuperAgentId" value="1038" />
<add key="IntlSuperAgentId" value="393877" />
<add key="domesticSuperAgentId" value="1009" />
<add key="domesticCountryId" value="113" />
<add key="hoAgentId" value="" />
<add key="reportPageSize" value="100" />
<add key="defaultDocPath" value="D:\GME\Documents\"/>
<add key="customerDocPath" value="D:\"/>
<add key="customerDocFileExtension" value=".jpeg,.png,.jpg"/>
<add key="IntlAPISuperAgentId" value="1038"/>
<add key="IntlSuperAgentId" value="393877"/>
<add key="domesticSuperAgentId" value="1009"/>
<add key="domesticCountryId" value="113"/>
<add key="hoAgentId" value=""/>
<add key="reportPageSize" value="100"/>
<!--Best Remit API Data-->
<add key="bestPartnerId" value="BRNNP9810" />
<add key="bestUserName" value="GMESendAPI" />
<add key="bestPwd" value="gmesend123" />
<add key="bestPartnerId" value="BRNNP9810"/>
<add key="bestUserName" value="GMESendAPI"/>
<add key="bestPwd" value="gmesend123"/>
<!--GIBL API-->
<add key="gblpayagentcode" value="14" />
<add key="gbluserid" value="gmexchanasdge" />
<add key="gblpassword" value="123456asd" />
<add key="gblCertPath" value="E:\C# Project\Live_systems\FastRemit_Live\APP\Swift.web\Certificates\GlobalRemit\bestpay.globalremit.p12" />
<add key="gblpayagentcode" value="14"/>
<add key="gbluserid" value="gmexchanasdge"/>
<add key="gblpassword" value="123456asd"/>
<add key="gblCertPath" value="E:\C# Project\Live_systems\FastRemit_Live\APP\Swift.web\Certificates\GlobalRemit\bestpay.globalremit.p12"/>
<!--CSV maximu file Size 2MB -->
<add key="csvFileSize" value="2097152" />
<add key="csvFileSize" value="2097152"/>
<!--IMPORT OFAC Data-->
<add key="OFAC_SDN" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_prim.pip" />
<add key="OFAC_ALT" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_alt.pip" />
<add key="OFAC_ADD" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_add.pip" />
<add key="OFAC_UNSCR" value="https://scsanctions.un.org/resources/xml/en/consolidated.xml" />
<add key="eto" value="180" />
<add key="methodType" value="loqate" />
<add key="verifyDocUpload" value="D:\TestUpload\" />
<add key="OFAC_SDN" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_prim.pip"/>
<add key="OFAC_ALT" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_alt.pip"/>
<add key="OFAC_ADD" value="https://www.treasury.gov/ofac/downloads/consolidated/cons_add.pip"/>
<add key="OFAC_UNSCR" value="https://scsanctions.un.org/resources/xml/en/consolidated.xml"/>
<add key="eto" value="180"/>
<add key="methodType" value="loqate"/>
<add key="verifyDocUpload" value="D:\TestUpload\"/>
<!--Email Sending configurations-->
<!--<add key="SendEmailId" value="support@japanremit.com" />
<add key="SendEmailPwd" value="Lup82850@" />
<add key="SmtpServer" value="smtp.office365.com" />
<add key="SmtpPort" value="587" />-->
<add key="SendEmailId" value="" />
<add key="SendEmailPwd" value="" />
<add key="SmtpServer" value="smtp.office365.com" />
<add key="SmtpPort" value="587" />
<add key="SendEmailId" value=""/>
<add key="SendEmailPwd" value=""/>
<add key="SmtpServer" value="smtp.office365.com"/>
<add key="SmtpPort" value="587"/>
<!--Push Nofitication http://10.1.1.110:9993-->
<add key="pushNotificationUrl" value="http://localhost:3824/api/v1/notifications/push" />
<add key="pushNotificationUrl" value="http://localhost:3824/api/v1/notifications/push"/>
<!--Core API URL-->
<add key="coreApiBaseURL" value="http://localhost:65345/" />
<add key="coreApiBaseURL" value="http://localhost:65345/"/>
<!-- API PartnerId-->
<add key="transfast" value="394130" />
<add key="jmeNepal" value="393880" />
<add key="donga" value="394132" />
<add key="transfast" value="394130"/>
<add key="jmeNepal" value="393880"/>
<add key="donga" value="394132"/>
<!-- END API PartnerId-->
<!--Google 2 Factor Atuhentication-->
<add key="GeoLocationIpInfoKey" value="51a166d9af16c06473e09ffc62f99e33cbd75d915889b0aa89bf3af3c1141f22" />
<add key="2FAGoogle" value="IME@LondonSubhidha@" />
<add key="UseGoogle2FAuthAgent" value="N" />
<add key="UseGoogle2FAuthAdmin" value="N" />
<add key="UseLocationAPI" value="N" />
<add key="keyForEncryptionDecryption" value="IME@Lond@pANt0kY0@R3m1TTaNc3YvClQmNDlEnc" />
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
<add key="GeoLocationIpInfoKey" value="51a166d9af16c06473e09ffc62f99e33cbd75d915889b0aa89bf3af3c1141f22"/>
<add key="2FAGoogle" value="IME@LondonSubhidha@"/>
<add key="UseGoogle2FAuthAgent" value="N"/>
<add key="UseGoogle2FAuthAdmin" value="N"/>
<add key="UseLocationAPI" value="N"/>
<add key="keyForEncryptionDecryption" value="IME@Lond@pANt0kY0@R3m1TTaNc3YvClQmNDlEnc"/>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
<!--Email Validation-->
<add key="regex" value="\A(?:[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)\Z" />
<add key="regex" value="\A(?:[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)\Z"/>
<!--TrustPayment-->
<add key="sitereference" value="test_subhidauk71992" />
<add key="sitePassword" value="BEe6nRraqNeUgkpI" />
<add key="sitereference" value="test_subhidauk71992"/>
<add key="sitePassword" value="BEe6nRraqNeUgkpI"/>
<!--<add key="sitereference" value="subhidaltd118185" />
<add key="sitePassword" value="KbdgUeb047" />-->
<add key="encryptKey" value="39d37440c89b668fc422fbadcd541bb8" />
<add key="sitesuccessfulurlredirect" value="http://localhost:49640/payment/trans_payment_success.aspx" />
<add key="sitedeclinedurlredirect" value="http://localhost:49640/payment/trans_payment_decline.aspx" />
<add key="sitesuccess_back" value="http://localhost:49640//payment/STPaymentSuccess.aspx" />
<add key="sitefail_back" value="http://localhost:49640//payment/STPaymentFail.aspx" />
<add key="merchantemail" value="shakun@japanremit.com" />
<add key="trustpaymentCallback" value="http://localhost:49640/payment/STPaymentCustomerRedirect.aspx" />
<add key="CR_Trust_Receipt_url" value="http://localhost:49640/AgentNew/SendTxn/SendIntlReceipt.aspx" />
<add key="encryptKey" value="39d37440c89b668fc422fbadcd541bb8" />
<add key="encryptKey" value="39d37440c89b668fc422fbadcd541bb8"/>
<add key="sitesuccessfulurlredirect" value="http://localhost:49640/payment/trans_payment_success.aspx"/>
<add key="sitedeclinedurlredirect" value="http://localhost:49640/payment/trans_payment_decline.aspx"/>
<add key="sitesuccess_back" value="http://localhost:49640//payment/STPaymentSuccess.aspx"/>
<add key="sitefail_back" value="http://localhost:49640//payment/STPaymentFail.aspx"/>
<add key="merchantemail" value="shakun@japanremit.com"/>
<add key="trustpaymentCallback" value="http://localhost:49640/payment/STPaymentCustomerRedirect.aspx"/>
<add key="CR_Trust_Receipt_url" value="http://localhost:49640/AgentNew/SendTxn/SendIntlReceipt.aspx"/>
<add key="encryptKey" value="39d37440c89b668fc422fbadcd541bb8"/>
</appSettings>
<system.webServer>
<security>
<requestFiltering removeServerHeader="true">
<requestLimits maxAllowedContentLength="1073741824" />
<requestLimits maxAllowedContentLength="1073741824"/>
<verbs>
<add verb="OPTIONS" allowed="false" />
<add verb="TRACE" allowed="false" />
<add verb="OPTIONS" allowed="false"/>
<add verb="TRACE" allowed="false"/>
</verbs>
</requestFiltering>
</security>
<modules runAllManagedModulesForAllRequests="true" />
<modules runAllManagedModulesForAllRequests="true"/>
<defaultDocument>
<files>
<clear />
<add value="default.aspx" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="index.html" />
<add value="iisstart.htm" />
<add value="index.php" />
<clear/>
<add value="default.aspx"/>
<add value="Default.htm"/>
<add value="Default.asp"/>
<add value="index.htm"/>
<add value="index.html"/>
<add value="iisstart.htm"/>
<add value="index.php"/>
</files>
</defaultDocument>
<directoryBrowse enabled="false" />
<directoryBrowse enabled="false"/>
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll"/>
<dynamicTypes>
<add mimeType="text/*" enabled="true" />
<add mimeType="message/*" enabled="true" />
<add mimeType="application/javascript" enabled="true" />
<add mimeType="*/*" enabled="false" />
<add mimeType="text/*" enabled="true"/>
<add mimeType="message/*" enabled="true"/>
<add mimeType="application/javascript" enabled="true"/>
<add mimeType="*/*" enabled="false"/>
</dynamicTypes>
<staticTypes>
<add mimeType="text/*" enabled="true" />
<add mimeType="message/*" enabled="true" />
<add mimeType="application/javascript" enabled="true" />
<add mimeType="*/*" enabled="false" />
<add mimeType="text/*" enabled="true"/>
<add mimeType="message/*" enabled="true"/>
<add mimeType="application/javascript" enabled="true"/>
<add mimeType="*/*" enabled="false"/>
</staticTypes>
</httpCompression>
<httpProtocol allowKeepAlive="true">
<customHeaders>
<!-- prevent mime based attacks -->
<add name="X-Content-Type-Options" value="nosniff" />
<add name="X-Content-Type-Options" value="nosniff"/>
<!-- Referrer will be sent only for same origin site. Prevents from leaking referrer data over insecure connections -->
<add name="Referrer-Policy" value="same-origin" />
<add name="Referrer-Policy" value="same-origin"/>
<!-- Set features of the site uses or not. -->
<add name="Permissions-Policy" value="accelerometer=(),camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()" />
<add name="Permissions-Policy" value="accelerometer=(),camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"/>
<!--ensure their browsers always connect to a website over HTTPS. Protects against Clickjacking attacks. -->
<add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains; " />
<add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains; "/>
<!-- enable Cross-site scripting (XSS). Protects against XSS injections. -->
<add name="X-Xss-Protection" value="1; mode=block" />
<add name="X-Xss-Protection" value="1; mode=block"/>
<!-- prevent clickjacking attacks-->
<add name="X-Frame-Options" value="SAMEORIGIN" />
<add name="X-Frame-Options" value="SAMEORIGIN"/>
<!-- CSP modern XSS directive-based defence -->
<add name="Content-Security-Policy" value="default-src 'self'; connect-src *; font-src *; frame-src *; img-src * blob: data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';" />
<add name="Content-Security-Policy" value="default-src 'self'; connect-src *; font-src *; frame-src *; img-src * blob: data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';"/>
<!-- remove display technology that's supporting the Web Server -->
<remove name="X-Powered-By" />
<remove name="Server" />
<remove name="X-AspNet-Version" />
<remove name="X-Powered-By"/>
<remove name="Server"/>
<remove name="X-AspNet-Version"/>
<!---Disable caching for all static files. -->
<add name="Cache-Control" value="no-cache, no-store" />
<add name="Pragma" value="no-cache" />
<add name="Expires" value="-1" />
<add name="Cache-Control" value="no-cache, no-store"/>
<add name="Pragma" value="no-cache"/>
<add name="Expires" value="-1"/>
</customHeaders>
</httpProtocol>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.111.0" newVersion="1.0.111.0" />
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.111.0" newVersion="1.0.111.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.Pkcs" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.2" newVersion="6.0.0.2" />
<assemblyIdentity name="System.Security.Cryptography.Pkcs" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.2" newVersion="6.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Loading…
Cancel
Save