Skip to content

Releases: srmklive/laravel-paypal

Implemented new endpoints for Disputes & Identity API

12 Sep 22:06
Compare
Choose a tag to compare
  • 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

06 Sep 22:53
Compare
Choose a tag to compare

Implement PaymentMethodsToken API

06 Sep 17:51
Compare
Choose a tag to compare

Add helper method for taxes when creating subscription

22 Aug 20:25
Compare
Choose a tag to compare

Implemented addTaxes method to set taxes for billing amount when creating subscription.

Implement unified error response

26 Apr 16:45
Compare
Choose a tag to compare

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

29 Mar 21:09
e5d5d91
Compare
Choose a tag to compare

What's Changed

  • Unifying error return type by @shekenz in #528
  • Apply fixes from StyleCI by @srmklive in #561
  • Helper method to update pricing schemes for billing plan.

New Contributors

Full Changelog: 3.0.19...3.0.20

Support Laravel 10

24 Feb 09:57
6591f54
Compare
Choose a tag to compare

Support Laravel 10.

3.0.19

20 Feb 14:57
Compare
Choose a tag to compare
  • Add the following helper methods when creating a subscription:
    • Setup Fee
    • Shipping Address
    • Custom Payment Failure Threshold

3.0.18

13 Feb 19:46
Compare
Choose a tag to compare
  • Fix UpdateOrder API call.

Full Changelog: 3.0.17...3.0.18

3.0.17

10 Feb 15:25
13ab15d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.16...3.0.17