Skip to content

Commit 5c3c2f5

Browse files
committed
Github #99: Sync "develop-storefront" with master branches
1 parent d629a1e commit 5c3c2f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Api/DataObjectHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ protected function setComplexValue(
213213
$object = $this->extensionFactory->create(get_class($dataObject), ['data' => $value]);
214214
} else {
215215
$object = $this->objectFactory->create($returnType, $value);
216-
$this->populateWithArray($object, $value, $returnType);
217216
}
218217
$dataObject->$methodName($object);
219218
return $this;

0 commit comments

Comments
 (0)