MdnAgency / magento2-hyva-checkout-mollie

Mollie Payment method for Hyvä Checkout
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

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/