Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
SDK Core Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Sep 22, 2015
1 parent 9d6d928 commit a440072
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
### CHANGELOG

####Version 3.9.0 - Sep 22, 2015
- Updated IPN Endpoint

####Version 3.6.106 - August 22, 2013

- Updated samples to showcase dynamic configuration.
- Updated samples to showcase dynamic configuration.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-php/tree/v3.6.106
--------------------------------------------------------------------------------------------------
Expand All @@ -11,7 +14,7 @@ You can see source code of this release in github under https://github.com/paypa

- 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.

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-php/tree/v3.5.103

Expand All @@ -20,5 +23,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/permissions-sdk-php/tree/v3.4.102

You can see source code of this release in github under https://github.com/paypal/permissions-sdk-php/tree/v3.4.102
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"paypal/sdk-core-php":"2.5.*"
"paypal/sdk-core-php":"3.*"
},
"autoload": {
"psr-0": {
"PayPal\\Service": "lib/",
"PayPal\\Types": "lib/"
}
}
}
}
2 changes: 1 addition & 1 deletion lib/PayPal/Service/PermissionsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PermissionsService extends PPBaseService {
protected static $SDK_NAME = "permissions-php-sdk";

// SDK Version
protected static $SDK_VERSION = "3.6.107";
protected static $SDK_VERSION = "3.9.0";

/**
* @param $config - Dynamic config map. This takes the higher precedence if config file is also present.
Expand Down
4 changes: 2 additions & 2 deletions samples/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"paypal/permissions-sdk-php":"3.8.*"
"paypal/permissions-sdk-php":"3.*"
}
}
}

0 comments on commit a440072

Please sign in to comment.