Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 934 Bytes

roadmap.md

File metadata and controls

15 lines (9 loc) · 934 Bytes

Mollie

Laravel-Mollie Roadmap

This roadmap lists all upcoming activity for the Laravel-Mollie package.

Please submit an issue if you have a suggestion for Laravel-Mollie specific functionality.

[x] Upgrade core client to v2

[ ] Research Laravel Cashier support

Laravel Cashier is a very popular package for easily adding recurring payments to your Laravel application. We are researching whether it's possible for Laravel Cashier to support Mollie.

[ ] Default webhook

The Laravel-Mollie package makes it easy to set up a new Mollie payment in your Laravel application. But right now, you'll need to implement the webhook yourself. We plan on providing a default webhook, which will trigger an Event when a payment status has been updated. This way, you'll only need to listen for the PaymentUpdatedEvent.