Getting it ready for release

- Updated User Agent Version
- Updated Release Notes
This commit is contained in:
japatel
2014-11-19 12:34:10 -06:00
parent 919e5af2ba
commit ef4797a94c
3 changed files with 35 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ class PPConstants
{
const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '0.14.2';
const SDK_VERSION = '0.15.0';
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";