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\
33
33
/**
34
34
* Xml default email domain path
35
35
*/
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 ' ;
37
37
38
38
private const XML_PATH_EMAIL_REQUIRED_CREATE_ORDER = 'customer/create_account/email_required_create_order ' ;
39
39
/**
@@ -100,7 +100,7 @@ class Create extends \Magento\Framework\DataObject implements \Magento\Checkout\
100
100
protected $ _quote ;
101
101
102
102
/**
103
- * Core registry
103
+ * Core registry model to bind rules
104
104
*
105
105
* @var \Magento\Framework\Registry
106
106
*/
@@ -1366,7 +1366,7 @@ protected function _createCustomerForm(\Magento\Customer\Api\Data\CustomerInterf
1366
1366
'adminhtml_checkout ' ,
1367
1367
$ this ->customerMapper ->toFlatArray ($ customer ),
1368
1368
false ,
1369
- CustomerForm::IGNORE_INVISIBLE
1369
+ CustomerForm::DONT_IGNORE_INVISIBLE
1370
1370
);
1371
1371
1372
1372
return $ customerForm ;
You can’t perform that action at this time.
0 commit comments