Skip to content

Commit

Permalink
magento#271: [My Account] Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
furseyev committed Jun 22, 2019
1 parent 7ee6a1a commit f358267
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public function execute($attributeKeys, $addRequiredAttributes = false): array
$customerDataDummy,
CustomerInterface::class
);
$attributeKeys = array_merge($attributeKeys, array_keys($requiredDataAttributes));
}

$attributeKeys = array_merge($attributeKeys, array_keys($requiredDataAttributes));

$this->searchCriteriaBuilder->addFilter('attribute_code', $attributeKeys, 'in');
$searchCriteria = $this->searchCriteriaBuilder->create();
try {
Expand Down

0 comments on commit f358267

Please sign in to comment.