This is an add-on package for adding support for the payment solution of Mollie to the LokiCheckout.
Current status: Stable
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require yireo/magento2-loki-checkout-mollie
Next, enable this module:
bin/magento module:enable Yireo_LokiCheckoutMollie
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutMollie
dev-main | 27 February 2025 |
0.0.4 | 25 February 2025 |
0.0.3 | 21 February 2025 |
0.0.2 | 21 January 2025 |
0.0.1 | 21 January 2025 |
Magento module name | Yireo_LokiCheckoutMollie |
Composer name | yireo/magento2-loki-checkout-mollie |
Composer version | 0.0.4 |
Default branch | main |
Requirements |
mollie/magento2: ^2.0
|
Make sure the module Mollie_HyvaCheckout
is disabled!
Tip: When not all your payment methods show up, note that the payment method listing of Magento is filtered with the listing that Mollie is able to serve. This is done by fetching active methods via the API (Mollie\Payment\Model\MollieConfigProvider::getActiveMethods
). And this leads into specific settings for specific methods. For instance, the Dutch Ideal
method is only there if the Magento currency is set to Euro, not US dollar.
Tip: If you want to configure Mollie from the CLI, use our module Yireo_LokiCheckoutMollieDevTools