Skip to content

Releases: srmklive/laravel-paypal

3.0.31

29 May 11:09
378ac23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.30...3.0.31

Support Laravel 11

13 May 13:32
8f2e7f8
Compare
Choose a tag to compare
1.11.10

Support Laravel 11 (#630)

3.0.30

03 Mar 15:37
d511038
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.28...3.0.30

Implement fixed duration subscriptions.

20 Dec 19:09
Compare
Choose a tag to compare

Add fixed amount of billing cycles when creating billing plans for subscriptions.

Implement Partner Referral API endpoints.

09 Nov 22:10
Compare
Choose a tag to compare

This releases contains the following implementation for the API endpoints for Partner Referrals:

  • List Seller Tracking Information
  • Show Seller Status.
  • Fetch Merchant Credentials.

Validate JSON response

27 Sep 09:22
Compare
Choose a tag to compare
  • Validate JSON when API call returns an error.

2.0.20

01 Oct 19:35
Compare
Choose a tag to compare

What's Changed

  • Apply fixes from StyleCI by @srmklive in #583
  • Merge latest 3.0 releases into 2.0 branch.

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