rapidez / mollie
Rapidez Mollie
Installs: 1 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 4
Open Issues: 0
Requires
- php: ^8.0|^8.1|^8.2
- guzzlehttp/guzzle: ^7.2
- illuminate/support: ^9.0|^10.0|^11.0
- rapidez/core: ^2.8
README
Requirements
You need to have the Mollie Magento 2 module installed and configured within your Magento 2 installation.
Installation
composer require rapidez/mollie
Configuration
If you're working locally and your environment isn't accessible from the web you need to disable the webhook setting as Mollie can't reach your environment. This results in getting the "pending payment" page after each payment.
Views
You can publish the views with:
php artisan vendor:publish --provider="Rapidez\Mollie\MollieServiceProvider" --tag=views
License
GNU General Public License v3. Please see License File for more information.