Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Updated SDK Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Sep 22, 2015
1 parent 4ccde61 commit 83293b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------------------------
Expand All @@ -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

Expand All @@ -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

You can see source code of this release in github under https://github.com/paypal/merchant-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,7 +13,7 @@
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"paypal/sdk-core-php":"3.0.*"
"paypal/sdk-core-php":"3.*"
},
"autoload": {
"psr-0": {
Expand All @@ -23,5 +23,5 @@
"PayPal\\EnhancedDataTypes": "lib/",
"PayPal\\PayPalAPI": "lib/"
}
}
}
}
2 changes: 1 addition & 1 deletion lib/PayPal/Service/PayPalAPIInterfaceServiceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions samples/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
}
}

0 comments on commit 83293b3

Please sign in to comment.