This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from benc-wp/tls-clean-1
TLS v1.2 support
- Loading branch information
Showing
537 changed files
with
81,381 additions
and
44,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-179 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Debug/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed
BIN
-430 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Debug/Newtonsoft.Json.pdb
Binary file not shown.
Binary file removed
BIN
-14.5 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Debug/WorldPay.Sdk.Test.dll
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-194 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Debug/WorldPay.Sdk.pdb
Binary file not shown.
Binary file removed
BIN
-84.4 KB
...0/Worldpay.Sdk.Test/bin/Release/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
Binary file not shown.
Binary file removed
BIN
-14.5 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.Test.dll
Binary file not shown.
Binary file removed
BIN
-52.5 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.dll
Binary file not shown.
Binary file removed
BIN
-192 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-432 KB
worldpay-lib-dotnet-2-0/Worldpay.Sdk/bin/Release/Newtonsoft.Json.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Debug/Worldpay.Sdk.Test.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Debug/Worldpay.Sdk.Test.dll.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 KB
(110%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Debug/Worldpay.Sdk.Test.pdb
Binary file not shown.
Binary file modified
BIN
-2 KB
(96%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Debug/Worldpay.Sdk.dll
Binary file not shown.
Binary file modified
BIN
+8 KB
(100%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Debug/Worldpay.Sdk.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.Test.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.Test.dll.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 KB
(110%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.Test.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.dll
Binary file not shown.
Binary file modified
BIN
+14 KB
(110%)
worldpay-lib-dotnet-3-5/Worldpay.Sdk.Test/bin/Release/Worldpay.Sdk.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="TokenUrl" value="http://api.worldpay.com/v1/tokens"/> | ||
<add key="BaseUrl" value="https://api.worldpay.com/v1"/> | ||
<add key="ServiceKey" value="MyServiceKey"/> | ||
<add key="ClientKey" value="MyClientKey"/> | ||
<add key="MerchantId" value="MyMerchantId"/> | ||
<add key="WebhookUrl" value="MyWebookUrl"/> | ||
<add key="OrderLog" value="MyWebhookLog"/> | ||
<add key="TokenUrl" value="http://api.worldpay.com/v1/tokens" /> | ||
<add key="BaseUrl" value="https://api.worldpay.com/v1" /> | ||
<add key="ServiceKey" value="MyServiceKey" /> | ||
<add key="ClientKey" value="MyClientKey" /> | ||
<add key="MerchantId" value="MyMerchantId" /> | ||
<add key="WebhookUrl" value="MyWebookUrl" /> | ||
<add key="OrderLog" value="MyWebhookLog" /> | ||
<add key="ClientSettingsProvider.ServiceUri" value="" /> | ||
</appSettings> | ||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration> | ||
<startup> | ||
<supportedRuntime version="v2.0.50727" /> | ||
</startup> | ||
<system.web> | ||
<membership defaultProvider="ClientAuthenticationMembershipProvider"> | ||
<providers> | ||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" /> | ||
</providers> | ||
</membership> | ||
<roleManager defaultProvider="ClientRoleProvider" enabled="true"> | ||
<providers> | ||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" /> | ||
</providers> | ||
</roleManager> | ||
</system.web> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
32 changes: 24 additions & 8 deletions
32
worldpay-lib-dotnet-3-5/Worldpay.Sdk/bin/Worldpay.Sdk.dll.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="TokenUrl" value="http://api.worldpay.com/v1/tokens"/> | ||
<add key="BaseUrl" value="https://api.worldpay.com/v1"/> | ||
<add key="ServiceKey" value="MyServiceKey"/> | ||
<add key="ClientKey" value="MyClientKey"/> | ||
<add key="MerchantId" value="MyMerchantId"/> | ||
<add key="WebhookUrl" value="MyWebookUrl"/> | ||
<add key="OrderLog" value="MyWebhookLog"/> | ||
<add key="TokenUrl" value="http://api.worldpay.com/v1/tokens" /> | ||
<add key="BaseUrl" value="https://api.worldpay.com/v1" /> | ||
<add key="ServiceKey" value="MyServiceKey" /> | ||
<add key="ClientKey" value="MyClientKey" /> | ||
<add key="MerchantId" value="MyMerchantId" /> | ||
<add key="WebhookUrl" value="MyWebookUrl" /> | ||
<add key="OrderLog" value="MyWebhookLog" /> | ||
<add key="ClientSettingsProvider.ServiceUri" value="" /> | ||
</appSettings> | ||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration> | ||
<startup> | ||
<supportedRuntime version="v2.0.50727" /> | ||
</startup> | ||
<system.web> | ||
<membership defaultProvider="ClientAuthenticationMembershipProvider"> | ||
<providers> | ||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" /> | ||
</providers> | ||
</membership> | ||
<roleManager defaultProvider="ClientRoleProvider" enabled="true"> | ||
<providers> | ||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" /> | ||
</providers> | ||
</roleManager> | ||
</system.web> | ||
</configuration> |
Binary file not shown.
Empty file.
File renamed without changes.
Oops, something went wrong.