rapidez/mollie

Rapidez Mollie

1.0.0 2024-03-05 07:30 UTC

This package is auto-updated.

Last update: 2024-04-05 07:41:35 UTC


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

You need to enable and set a custom return url in the Magento 2 configuration:

https://yourdomain.com/mollie-return/{{order_hash}}/{{payment_token}}

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.