Configurable Headers for All Requests to PayPal

- Allows adding additional headers to every call to PayPal APIs.
- Refactored OAuthTokenCredential to share code for making Rest Calls
- SDK Config to add headers with http.headers.* syntax
- Fixes #193
This commit is contained in:
japatel
2014-12-17 15:36:41 -06:00
parent 515b747223
commit 20038e7525
8 changed files with 170 additions and 52 deletions

View File

@@ -1,5 +1,11 @@
PayPal PHP SDK release notes
============================
v0.16.1
----
* Configurable Headers for all requests to PayPal
* Allows adding additional headers to every call to PayPal APIs
* SDK Config to add headers with http.headers.* syntax
v0.16.0
----
* Enabled Webhook Management Capabilities