layoutSettings = $layoutSettings; } /** * Process js Layout of block * * @param array $jsLayout * @return array */ public function process($jsLayout) { $jsLayout['components']['checkout']['children']['steps']['children']['shipping-step']['children'] ['shippingAddress']['children']['customer-email']['children'] ['msp_recaptcha']['settings'] = $this->layoutSettings->getCaptchaSettings(); $jsLayout['components']['checkout']['children']['authentication']['children'] ['msp_recaptcha']['settings'] = $this->layoutSettings->getCaptchaSettings(); return $jsLayout; } }