File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Model/AdminOrder Expand file tree Collapse file tree 1 file changed +2
-2
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 */
You can’t perform that action at this time.
0 commit comments