From 638a8b1ff51c9c16cade0f622b7a2440534c8a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krishan=20K=C3=B6nig?= Date: Sun, 17 Mar 2024 15:50:06 +0100 Subject: [PATCH] Delete docs/roadmap.md --- docs/roadmap.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/roadmap.md diff --git a/docs/roadmap.md b/docs/roadmap.md deleted file mode 100644 index 7f8d5d4..0000000 --- a/docs/roadmap.md +++ /dev/null @@ -1,17 +0,0 @@ -![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png) - -# Laravel-Mollie Roadmap - -This roadmap lists all current and upcoming activity for the Laravel-Mollie package. - -Please submit an [issue](https://github.com/mollie/laravel-mollie/issues) if you have a suggestion for Laravel-Mollie specific functionality. - -## Planned for next major release - -### Provide 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. - -Another solution may be to provide a default overridable controller, like Cashier has. Or to implement both events and the controller. - -### Switch to MIT license -Currently, the Laravel Mollie client has a *BSD 2-Clause "Simplified" License*. We're discussing switching to a *MIT* license, which is most common in Laravel packages.