- A working Magento site with Mollie module installed and configured.
- Hyvä React Checkout is installed and configured.
Add below code in your package.json
.
File: src/reactapp/package.json
"config": {
"paymentMethodsRepo": {
"mollie": "git@github.com:MdnAgency/magento2-hyva-checkout-mollie.git"
}
},
- Run
npm install
inside react application. - Run
NODE_ENV=production npm run build
inside react application.
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
It'll require to implements a rendering component for "mollie_methods_creditcard_vault" payment method. Contributions are welcomed.