File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Model/AdminOrder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Create extends \Magento\Framework\DataObject implements \Magento\Checkout\
3333 /**
3434 * Xml default email domain path
3535 */
36- const XML_PATH_DEFAULT_EMAIL_DOMAIN = 'customer/create_account/email_domain ' ;
36+ public const XML_PATH_DEFAULT_EMAIL_DOMAIN = 'customer/create_account/email_domain ' ;
3737
3838 private const XML_PATH_EMAIL_REQUIRED_CREATE_ORDER = 'customer/create_account/email_required_create_order ' ;
3939 /**
@@ -100,7 +100,7 @@ class Create extends \Magento\Framework\DataObject implements \Magento\Checkout\
100100 protected $ _quote ;
101101
102102 /**
103- * Core registry
103+ * Core registry model to bind rules
104104 *
105105 * @var \Magento\Framework\Registry
106106 */
@@ -1366,7 +1366,7 @@ protected function _createCustomerForm(\Magento\Customer\Api\Data\CustomerInterf
13661366 'adminhtml_checkout ' ,
13671367 $ this ->customerMapper ->toFlatArray ($ customer ),
13681368 false ,
1369- CustomerForm::IGNORE_INVISIBLE
1369+ CustomerForm::DONT_IGNORE_INVISIBLE
13701370 );
13711371
13721372 return $ customerForm ;
You can’t perform that action at this time.
0 commit comments