Releases: MusahMusah/laravel-multipayment-gateways
Releases · MusahMusah/laravel-multipayment-gateways
1.1.0
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
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
Payment Gateways Added
- Paystack
- Stripe
This release incorporates implementations of various endpoints for payment usingpaystack
orstripe
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.