PayPalCoreSDK 1.4.0
See the version list below for details.
dotnet add package PayPalCoreSDK --version 1.4.0
NuGet\Install-Package PayPalCoreSDK -Version 1.4.0
<PackageReference Include="PayPalCoreSDK" Version="1.4.0" />
paket add PayPalCoreSDK --version 1.4.0
#r "nuget: PayPalCoreSDK, 1.4.0"
// Install PayPalCoreSDK as a Cake Addin #addin nuget:?package=PayPalCoreSDK&version=1.4.0 // Install PayPalCoreSDK as a Cake Tool #tool nuget:?package=PayPalCoreSDK&version=1.4.0
The PayPal Core SDK addresses the essential needs of the PayPal API caller:
Frequent and up-to-date releases: The PayPal Core SDK is available on NuGet, which translates as immediate SDK refreshes upon updates to PayPal APIs.
Simpler configuration: A single configuration file that lets you manage your API credentials (supports multiple credentials), connectivity details, and service endpoints.
Error log: The PayPal Core SDK uses the log4net tool to log output statements to a text file to help locate the problem.
Backward compatibility: The PayPal Core SDK developed in .NET Framework 2.0 should compile on later versions of the .NET Framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 5.0.6)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.2 | 5,724 | 4/29/2015 |
1.6.1 | 3,897 | 4/22/2015 |
1.6.0 | 16,962 | 11/11/2014 |
1.5.2 | 1,332 | 10/23/2014 |
1.5.1 | 1,789 | 10/9/2014 |
1.5.0 | 1,961 | 9/9/2014 |
1.4.2 | 14,812 | 1/22/2014 |
1.4.1 | 10,977 | 9/27/2013 |
1.4.0 | 101 | 9/26/2013 |
1.3.5 | 5,613 | 9/11/2013 |
1.3.4 | 451 | 7/31/2013 |
1.3.3 | 265 | 7/24/2013 |
1.3.2 | 283 | 6/21/2013 |
1.3.1 | 321 | 5/30/2013 |
1.3.0 | 153 | 4/26/2013 |
1.2.0 | 172 | 3/27/2013 |
1.1.1 | 127 | 3/12/2013 |
1.0.1 | 93 | 2/12/2013 |
1.0.0 | 70 | 12/27/2012 |
###CHANGE LOG
#### V1.4.0 (Sep 26, 2013)
* Updating core to support genio.
#### V1.3.5 (Sep 11, 2013)
* Adding new mandatory parameters - clientId and clientSecret to openid classes.
* Added scope for [seamless checkout] (https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/detailed/#seamlesscheckout) in Session.GetRedirectUrl().
#### V1.3.4 (Jul 31, 2013)
* Updating version for Reauthorization functionality.
#### V1.3.3 (Jul 24, 2013)
* Updating version for REST User-Agent header for REST SDK bug fix (https://github.com/paypal/rest-api-sdk-dotnet/issues/7)
#### V1.3.2 (Jun 21, 2013)
* Fixing 500 internal service error with OAuth calls - Adding necessary Content-Type header.
* Exposing HTTP response data in ConnectionException for non-200 responses.(#6)