Releases: srmklive/laravel-paypal
Releases · srmklive/laravel-paypal
Implemented new endpoints for Disputes & Identity API
- Removed redundant endpoints for Identity API.
- Implemented following endpoints for Identitiy API:
- List Users
- Show User Details
- Delete User
- Implemented following endpoints for Disputes API:
- Make Offer to Resolve Disputes
- Escalate Dispute
- Accept Dispute Offer Resolution
- Update Dispute Status
- Settle Dispute
- Code refactoring for Invoices API.
- Code refactoring for setConfig method.
Implement additional methods for Add Tracking API
- Add helper functions for interacting with APIs that return paginated response.
- Implement additional methods for Add Tracking API such as:
- List Tracking Information (https://developer.paypal.com/docs/api/tracking/v1/#trackers-batch_get)
- Add Tracking Information for Single Transaction (https://developer.paypal.com/docs/api/tracking/v1/#trackers_post)
Implement PaymentMethodsToken API
- Implement PaymentMethodsToken API (https://developer.paypal.com/docs/api/payment-tokens/v3/)
- Create draft version of the package documentation using Sphinx.
Add helper method for taxes when creating subscription
Implemented addTaxes
method to set taxes for billing amount when creating subscription.
Implement unified error response
What's Changed:
- Implemented unified error response (#565).
- Skip unit test suite from build due to response return type error when running tests.
- Add PHPUnit 10 as dependency for test suite build.
- Add PHP 8.2 for build on Github Actions.
Full Changelog: 3.0.20...3.0.21
3.0.20
Support Laravel 10
Support Laravel 10.
3.0.19
3.0.18
- Fix UpdateOrder API call.
Full Changelog: 3.0.17...3.0.18
3.0.17
What's Changed
- fix custom config by @ilsyaa in #530
- Laravel 10.x Compatibility by @laravel-shift in #544
- Update List Balances API call request parameters.
- Fix Update Order method suggested by @DarkPrinceWW in #545.
New Contributors
- @ilsyaa made their first contribution in #530
- @laravel-shift made their first contribution in #544
Full Changelog: 3.0.16...3.0.17