###CHANGELOG
- Updated stubs for 117 release
- InstrumentDetails, InstrumentCategory, InstrumentID, MerchantData
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.11.117.
- Updated stubs for 116 release. CartChangeTolerance, FinancingFeeAmount, FinancingTotalCost, ShipToStore added.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.10.116.
####Version 2.9.115 - June 20, 2014
- Updated stubs for 115 release
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.8.115.
####Version 2.8.114 - May 14, 2014
- Updated stubs for 114 release, Idempotency for DoExpressCheckoutPaymentReq
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.8.114.
- Updated stubs for 113 release, Wallet Items and Discount Type option added
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.7.113.
- Updated stubs for 112 release, useSessionPaymentDetails option added
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.6.112.
- Updated stubs.
- Updated samples to showcase dynamic onfiguration.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.5.106.
- 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.
- 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/v2.4.103.
- Updated stubs for 101 release
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.3.101
- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.3.100.
- Updated stubs for 98 release.
- Added support for composer.
- Added installation script that fetches the dependencies and installs sdk if composer not present, contributed by: https://github.com/rrehbeindoi.
- Added loading the static configuration from a different source.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.2.98.
- Added support for composer
- Added installation script that fetches the dependencies and installs sdk if composer not present
- contributed by: https://github.com/rrehbeindoi
You can see source code of this release in github https://github.com/paypal/merchant-sdk-php/tree/composer
- Added support for Instant Payment Notification (Refer IPN-README.md for more details)
- Added new feature for supporting multiple endpoints based on portname for using different sdks together.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-php/tree/v2.1.96.
- SDK refreshed to Release 96
- Application ID is not mandatory now.
- Added support for passing in credentials dynamically for Authentication, now the call wrappers have an argument for passing credentials
- New type ThirdPartyAuthorization has been added to support Subject and Token based Authorizations. The earlier setAccessToken and setTokenSecret have been deprecated. You can set an instance of ThirdPartyAuthorization to an ICredential and pass ICredential as a parameter to API call
- Fixes to deserialization issues.(https://github.com/paypal/SDKs/issues/37)
- Fixes to validating SSL Cert in curl requests.(https://github.com/paypal/SDKs/issues/35)
- Updated paymentType as Authorization instead of Authorisation in DoDirectPayment sample.(https://github.com/paypal/SDKs/issues/36)
- SDK refreshed to Release 95. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#MerchantAPI
- SDK now supports third party permission by subject header. Configure subject header in the configuration file, this is basically third party merchant email address who has given permission to you to call api on their behalf.
- Bug fixed for Page styling attributes (eg: cpp-header**) serialization. (https://github.com/paypal/SDKs/issues/31)
- Bug fixed for 'convertToXML' method for not escaping xml element correctly.(https://github.com/paypal/SDKs/issues/17)
- PayPal Endpoint is corrected in config file.(https://github.com/paypal/SDKs/issues/22)
- Bug fixed for BasicAmountType serialization without currencyID attribute.(https://github.com/paypal/SDKs/issues/23)
- Bug fixed for 'PPLoggingManager.php' to pickup configuration entries.(https://github.com/paypal/SDKs/issues/28)
- Updated SDK sample
- SDK refreshed to Release 93. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#MerchantAPI
- SDK Core - Deserialization Logic Change
- Stable release
- wsdl update version 0.7.92
- SDK upgrade to latest WSDL release (90.0)
- Fix to get SDK working with Permissions API token
- Initial release