- A working Magento site with Sage Pay Suite module installed and configured.
- Hyvä React Checkout is installed and configured.
-
Install additional module which adds extra GraphQL resources to the Magento.
-
Install our compatibility module for hyvä react checkout, to do this add the below code in your package.json:
"config": { "paymentMethodsRepo": { "sagepaysuitepi": "https://github.com/ebizmarts/magento2-hyva-checkout-sage-pay-suite.git" } },
-
Run
npm install
inside react application. -
Run
NODE_ENV=production npm run build
inside react application.