Yireo_LokiCheckoutMollie

Payment
Latest Release 0.0.9

This is an add-on package for adding support for the payment solution of Mollie to the LokiCheckout.

Installation

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

Support

For getting support, create an Issue under the following project URL:

https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutMollie

Loki Components

The following LokiComponents are created or references in this module:

loki-checkout.payment.payment-methods.mollie_methods_creditcard.form loki-checkout.payment.payment-methods.mollie_methods_creditcard_vault.form loki-checkout.payment.payment-methods.mollie_methods_ideal.form loki-checkout.payment.payment-methods.mollie_methods_applepay.form
Module Dependencies

The following dependencies are declared in the module its `etc/module.xml` file:

Magento_Checkout Magento_Customer Magento_Payment Magento_Sales Magento_Store Magento_Quote Magento_Vault Mollie_Payment Yireo_LokiCheckout Yireo_LokiComponents Yireo_LokiFieldComponents
Composer details
Magento module name
Yireo_LokiCheckoutMollie
Composer name
yireo/magento2-loki-checkout-mollie
Composer version
0.0.9
Default branch
main
Requirements
mollie/magento2: ^2.0
yireo/magento2-loki-checkout: ~0.0 | ^1.0
yireo/magento2-loki-components: ~0.0 | ^1.0
yireo/magento2-loki-field-components: ~0.0 | ^1.0
magento/framework: ^103.0
magento/module-checkout: ^100.0
magento/module-customer: ^103.0
magento/module-payment: ^100.0
magento/module-quote: ^101.0
magento/module-sales: ^103.0
magento/module-store: ^101.0
magento/module-vault: ^101.0
ext-pcre: *
Releases
dev-main 06 May 2025
0.0.9 25 April 2025
0.0.8 16 April 2025
0.0.7 08 April 2025
0.0.6 04 April 2025
0.0.5 11 March 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
Changelog

[0.0.9] - 25 April 2025

Fixed

  • Allow upgrading to LokiFieldComponents and LokiCheckout 1.0
  • Remove x-model because of CSP compliance
  • Prevent error if payment method is unknown
  • Allow upgrade to LokiComponents 1.0
  • Add a DOB check for in3
  • Fixes for vault
  • Consolidate vault access in core module
  • Add "saved" to credit card vault title
  • Add helper comment in developer mode
  • Fix icon for creditcard vault
  • Move Mollie fixture from core to Mollie module
  • Remove default params
  • Remove CheckoutSession from context
  • Remove CartRepository from all contexts
  • Rewrite getCartRepository()->save() to getCheckoutState()->saveQuote()

[0.0.8] - 16 April 2025

Fixed

  • Rename LokiCheckoutValidator to LokiComponentValidator

[0.0.7] - 08 April 2025

Fixed

  • Mobile fix

[0.0.6] - 04 April 2025

Fixed

  • Move to Mollie-specific DI config to Mollie plugin
  • Refactor to new payment style
  • Failsafe for non-existing $viewModel variable
  • Prevent rerender of Mollie components form
  • Change creditcard fields layout
  • Add integration tests
  • Add Playwright tests
  • Only load Mollie components block if configured
  • Refactor PaymentRedirectUrl plugin to resolver
  • Refactor PaymentMethodIcon plugins into resolvers

[0.0.5] - 11 March 2025

Fixed

  • Add module dependencies
  • Huge refactoring to move logic into new LokiFieldComponents
  • Rename loki-checkout.css_classes to loki-components.css_classes

[0.0.4] - 25 February 2025

Fixed

  • Rename checkout:payment:method-activate to loki-checkout prefix
  • StepForwardButton not activated after component updates
  • Destroy components before updating their HTML
  • Attempt to remove Mollie CSS

[0.0.3] - 21 January 2025

  • Finalize Mollie Components

[0.0.2] - 21 January 2025

  • Typo in version strings
  • Remove unneeded SearchCriteriaBuilderFactory

[0.0.1] - 21 January 2025

  • Add proper deps
  • Initial release

Last modified: April 30, 2025