Skip to content

Releases: MusahMusah/laravel-multipayment-gateways

1.1.0

18 Feb 15:53
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 8, 9 and 10 Support by @MusahMusah in #5
  • Add BaseGateway Abstract class to encapsulate commonalities among payment gateways

Payment Gateways Usage Flow

04 Feb 06:56
Compare
Choose a tag to compare

Payment Gateways Usage Flow

This release marks the first stable and ready to use version, it contains details on how to use the package to handle payments and webhook in multiple ways.

Payment Gateways and Webhooks Integration

01 Feb 12:03
80a6b94
Compare
Choose a tag to compare

Payment Gateways Added

  • Paystack
  • Stripe
    This release incorporates implementations of various endpoints for payment using paystack or stripe

Webhooks Integration

The package provides two ways in handling webhooks.

  • Job
  • Event
    By default webhook request will be handled using default package event handler, However, when passed an event class in the config the class will be used. This behaviour is the same when using job as webhook handler.