From 83293b368552f5306545c0ccc88528d7363fedbc Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Tue, 22 Sep 2015 13:09:08 -0500 Subject: [PATCH] Updated SDK Dependencies --- CHANGELOG.md | 13 ++++++++----- composer.json | 4 ++-- .../Service/PayPalAPIInterfaceServiceService.php | 2 +- samples/composer.json | 4 ++-- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e15dd53..bb459217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ ### CHANGELOG +####Version 3.9.0 - Sep 22, 2015 + - Updated IPN Endpoint + ####Version 3.6.106 - August 22, 2013 - Updated stubs. - Updated samples to showcase dynamic configuration. - + You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v3.6.106 -------------------------------------------------------------------------------------------------- @@ -14,9 +17,9 @@ You can see source code of this release in github under https://github.com/paypa - Updated stubs for 103 release. - Removed deprecated methods like setAccessToken, getAccessToken from baseService in core. - Added correct thirdparty auth header in core. - - Updated install script in samples to handle wildcard tag names. + - Updated install script in samples to handle wildcard tag names. - Setting thirdparty credential using credential object in samples - + You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v3.5.103 @@ -25,5 +28,5 @@ You can see source code of this release in github under https://github.com/paypa #### Version 3.4.102 - May 20, 2013 - Updating SDK to use NameSpaces, Supported from PHP 5.3 and above - -You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v3.4.102 \ No newline at end of file + +You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v3.4.102 diff --git a/composer.json b/composer.json index c13ab941..6af6c556 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.3.0", "ext-curl": "*", - "paypal/sdk-core-php":"3.0.*" + "paypal/sdk-core-php":"3.*" }, "autoload": { "psr-0": { @@ -23,5 +23,5 @@ "PayPal\\EnhancedDataTypes": "lib/", "PayPal\\PayPalAPI": "lib/" } - } + } } diff --git a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php index fc040e6e..acb05026 100644 --- a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php +++ b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php @@ -71,7 +71,7 @@ class PayPalAPIInterfaceServiceService extends PPBaseService { protected static $SDK_NAME = "merchant-php-sdk"; // SDK Version - protected static $SDK_VERSION = "3.8.107"; + protected static $SDK_VERSION = "3.9.0"; /** * @param $config - Dynamic config map. This takes the higher precedence if config file is also present. diff --git a/samples/composer.json b/samples/composer.json index 7a14e7ec..9bf55ed9 100644 --- a/samples/composer.json +++ b/samples/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.3.0", "ext-curl": "*", - "paypal/merchant-sdk-php":"3.8.*", - "paypal/permissions-sdk-php":"3.8.*" + "paypal/merchant-sdk-php":"3.*", + "paypal/permissions-sdk-php":"3.*" } }