Skip to content

Commit f690d0a

Browse files
Stanislav Idolovisitnikov
authored andcommitted
MAGETWO-50912: Custom Customer Attributes not saving at checkout
1 parent f651368 commit f690d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Address extends \Magento\Customer\Model\Address\AbstractAddress
5050
/**
5151
* @var \Magento\Customer\Model\Address\CustomAttributeListInterface
5252
*/
53-
protected $attributeList;
53+
private $attributeList;
5454

5555
/**
5656
* @param \Magento\Framework\Model\Context $context

0 commit comments

Comments
 (0)