This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Releases: paypal/PayPal-PHP-SDK
Releases · paypal/PayPal-PHP-SDK
Minor Fix to Agreement Details
- Renamed
agreement-details
toagreement_details
in Model Object
PayPal Model Updates
PayPalModel
to differentiate between empty objects and array- Fixed
CURLINFO_HEADER_SIZE
miscalculations if Proxy Enabled
Updated Payment API
- Updated Payment APIs to latest version
- Updating ModelAccessValidator to be disabled if not set explicitly
Fix to Reflection Utils
- 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
Fix to Cipher Bug
- Fixed a small but critical bug on Encrypting data stored in Cache
Payout Cancel API
- 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
- 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.