Skip to content

MdnAgency/magento2-hyva-checkout-mollie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mollie Payment method for Hyvä Checkout

Prerequisites

  1. A working Magento site with Mollie module installed and configured.
  2. Hyvä React Checkout is installed and configured.

How to use it with Hyvä React Checkout?

Add below code in your package.json.

File: src/reactapp/package.json

"config": {
    "paymentMethodsRepo": {
      "mollie": "git@github.com:MdnAgency/magento2-hyva-checkout-mollie.git"
    }
},
  1. Run npm install inside react application.
  2. Run NODE_ENV=production npm run build inside react application.

Known Limitation

"Use Mollie Components" setting is not honored.

Credit Card payment always use Mollie Components.

If you didn't want mollie component you cant disable it by replacing "CreditCard" with "RemoteForm" in renders.js

"Enable Magento Vault" is not supported

It'll require to implements a rendering component for "mollie_methods_creditcard_vault" payment method. Contributions are welcomed.

More Info

  1. https://hyva-themes.github.io/magento2-react-checkout/customize/
  2. https://hyva-themes.github.io/magento2-react-checkout/payment-integration/

About

Mollie Payment method for Hyvä Checkout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published