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

Releases: paypal/PayPal-PHP-SDK

Minor Fix to Agreement Details

18 Mar 21:05
Compare
Choose a tag to compare
  • Renamed agreement-details to agreement_details in Model Object

PayPal Model Updates

04 Mar 17:58
Compare
Choose a tag to compare
  • PayPalModel to differentiate between empty objects and array
  • Fixed CURLINFO_HEADER_SIZE miscalculations if Proxy Enabled

Updated Payment API

27 Feb 22:49
Compare
Choose a tag to compare
  • Updated Payment APIs to latest version
  • Updating ModelAccessValidator to be disabled if not set explicitly

Fix to Reflection Utils

24 Feb 03:33
Compare
Choose a tag to compare
  • Ability to handle missing accesors for unknown objects in json
  • Shout out to @chaitanyakuber for helping us debug/resolve this issue

Order APIs, Logging Updates, Vault Fixes

04 Feb 22:18
Compare
Choose a tag to compare

Fix to Cipher Bug

29 Jan 22:20
Compare
Choose a tag to compare
  • Fixed a small but critical bug on Encrypting data stored in Cache

Payout Cancel API

26 Jan 19:59
Compare
Choose a tag to compare
  • Enabled Cancel API Support for Unclaimed Payouts
  • Encrypting Access Token in Cached Storage
  • Updated Billing Agreement Search Transaction code to pass start_date and end_date
  • Updated OAuthToken to throw proper error on not receiving access token
  • Minor Bug Fixes and Documentation Updates

Official 1.0.0 Release

11 Jan 04:57
Compare
Choose a tag to compare
  • Enabled Payouts API Support
  • Authorization Cache Custom Path Directory Configuration
  • Helper Functions to retrieve specific HATEOS Links
  • Default Mode set to Sandbox
  • Enabled Rest SDK to work nicely with Classic SDKs.
  • If missing annotation of return type in Getters, it throws a proper exception
  • echo on PayPalModel Objects will print nice looking JSON
  • Updated Invoice Object to retrieve payments and refunds
  • Updated README, Full fledged wiki documentation, and many more improvements

NOTE
Please note that there are few breaking changes that we did making this release. It enabled us to make our SDK function better, and work nicely with rest of your application. Please visit the breaking changes announcement if you are upgrading your system from earlier versions.

Configurable Headers for all requests to PayPal

22 Dec 20:18
Compare
Choose a tag to compare
  • 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
  • Fixes #195 and #193

Enabled Webhooks Management API

15 Dec 21:25
Compare
Choose a tag to compare
  • Enabled Webhook Management Capabilities
  • Enabled Caching Abilities for Access Tokens
  • Fixed #183, #171 and #176 issues