Skip to content

Commit 69fc3c1

Browse files
author
Mohan Ahuja
committed
ACP2E-550: Custom Customer Attributes only saves if Show on Storefront is 'Yes' for Main Website
- Fixed static failure
1 parent ad1c090 commit 69fc3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Model/AdminOrder/Create.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)