From 3617cd575f4c3fbb68f0e9029aff524a9f9ef99c Mon Sep 17 00:00:00 2001 From: Rajeev K Tomy Date: Thu, 3 Feb 2022 10:23:02 +0530 Subject: [PATCH] checkout config is not passing from react-container.phtml --- src/reactapp/.gitignore | 3 --- src/view/frontend/templates/react-container.phtml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/reactapp/.gitignore b/src/reactapp/.gitignore index a1cd4463..8365981e 100644 --- a/src/reactapp/.gitignore +++ b/src/reactapp/.gitignore @@ -8,7 +8,4 @@ build public/tailwind.output.css public/styles.css src/paymentMethods/* -!src/paymentMethods/paymentConfig.json !src/paymentMethods/customRenderers.js -!src/paymentMethods/i18nProvider.js -!src/paymentMethods/utility diff --git a/src/view/frontend/templates/react-container.phtml b/src/view/frontend/templates/react-container.phtml index 41739ad2..1b2cf9a4 100644 --- a/src/view/frontend/templates/react-container.phtml +++ b/src/view/frontend/templates/react-container.phtml @@ -14,7 +14,7 @@ $configProvider = $block->getData('checkout_config_provider');