Add below code in your package.json
.
File: src/reactapp/package.json
"config": {
"paymentMethodsRepo": {
"mollie": "git@github.com:MdnAgency/magento2-hyva-checkout-mollie.git"
}
},
npm install
inside react application.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.