File tree Expand file tree Collapse file tree 6 files changed +5
-81
lines changed Expand file tree Collapse file tree 6 files changed +5
-81
lines changed Original file line number Diff line number Diff line change 55 */
66
77declare (strict_types=1 );
8- namespace Magento \Captcha \Block \Checkout ;
8+ namespace Magento \Captcha \Block \Customer \ AuthenticationPopup ;
99
10- use Magento \Checkout \Block \Checkout \LayoutProcessorInterface ;
1110use Magento \Captcha \Helper \Data as HelperCaptcha ;
11+ use Magento \Checkout \Block \Checkout \LayoutProcessorInterface ;
1212
1313class LayoutProcessor implements LayoutProcessorInterface
1414{
Original file line number Diff line number Diff line change 4040 <type name =" Magento\Checkout\Block\Onepage" >
4141 <arguments >
4242 <argument name =" layoutProcessors" xsi : type =" array" >
43- <item name =" checkout_processor " xsi : type =" object" >Magento\Captcha\Block\CheckoutLayoutProcessor</item >
43+ <item name =" captcha_processor " xsi : type =" object" >Magento\Captcha\Block\CheckoutLayoutProcessor</item >
4444 </argument >
4545 </arguments >
4646 </type >
4747 <type name =" Magento\Customer\Block\Account\AuthenticationPopup" >
4848 <arguments >
4949 <argument name =" layoutProcessors" xsi : type =" array" >
50- <item name =" captcha_processor " xsi : type =" object" >Magento\Captcha\Block\Checkout \LayoutProcessor</item >
50+ <item name =" authentication_popup_processor " xsi : type =" object" >Magento\Captcha\Block\Customer\AuthenticationPopup \LayoutProcessor</item >
5151 </argument >
5252 </arguments >
5353 </type >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,22 +41,19 @@ class AuthenticationPopup extends \Magento\Framework\View\Element\Template
4141 * @param \Magento\Framework\View\Element\Template\Context $context
4242 * @param array $data
4343 * @param \Magento\Framework\Serialize\Serializer\Json|null $serializer
44- * @param HttpContext $httpContext
4544 * @param array $layoutProcessors
4645 * @throws \RuntimeException
4746 */
4847 public function __construct (
4948 \Magento \Framework \View \Element \Template \Context $ context ,
5049 array $ data = [],
5150 ?\Magento \Framework \Serialize \Serializer \Json $ serializer = null ,
52- ?HttpContext $ httpContext = null ,
5351 array $ layoutProcessors = []
5452 ) {
5553 parent ::__construct ($ context , $ data );
5654 $ this ->jsLayout = isset ($ data ['jsLayout ' ]) && is_array ($ data ['jsLayout ' ]) ? $ data ['jsLayout ' ] : [];
5755 $ this ->serializer = $ serializer ?: \Magento \Framework \App \ObjectManager::getInstance ()
5856 ->get (\Magento \Framework \Serialize \Serializer \Json::class);
59- $ this ->httpContext = $ httpContext ?: ObjectManager::getInstance ()->get (HttpContext::class);
6057 $ this ->layoutProcessors = $ layoutProcessors ;
6158 }
6259
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Form extends \Magento\Eav\Model\Form
1515 * XML configuration paths for "Disable autocomplete on storefront" property
1616 */
1717 public const XML_PATH_ENABLE_AUTOCOMPLETE = 'customer/password/autocomplete_on_storefront ' ;
18-
18+
1919 /**
2020 * Current module pathname
2121 *
You can’t perform that action at this time.
0 commit comments