Laravel Paypal Versions Save

Laravel plugin for processing payments through PayPal. Can be used separately.

3.0.30

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/srmklive/laravel-paypal/compare/3.0.28...3.0.30

3.0.28

4 months ago

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

3.0.27

6 months ago

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

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

2.0.20

7 months ago

What's Changed

3.0.26

7 months ago
  • Validate JSON when API call returns an error.

3.0.25

8 months ago
  • 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.

3.0.24

8 months ago

3.0.23

8 months ago

3.0.22

8 months ago

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

3.0.21

1 year ago

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: https://github.com/srmklive/laravel-paypal/compare/3.0.20...3.0.21