Skip to content

Commit e4b6241

Browse files
committed
ACP2E-873 Allowed Country per website issue
Static test failures fixed
1 parent 718858f commit e4b6241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ public function save(\Magento\Customer\Api\Data\AddressInterface $address)
120120
} else {
121121
$addressModel->updateData($address);
122122
}
123-
if (
124-
$customerModel->getSharingConfig() !== null &&
123+
if ($customerModel->getSharingConfig() !== null &&
125124
$customerModel->getSharingConfig()->isWebsiteScope()
126125
) {
127126
$addressModel->setStoreId($customerModel->getStoreId());

0 commit comments

Comments
 (0)