We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d629a1e commit 5c3c2f5Copy full SHA for 5c3c2f5
lib/internal/Magento/Framework/Api/DataObjectHelper.php
@@ -213,7 +213,6 @@ protected function setComplexValue(
213
$object = $this->extensionFactory->create(get_class($dataObject), ['data' => $value]);
214
} else {
215
$object = $this->objectFactory->create($returnType, $value);
216
- $this->populateWithArray($object, $value, $returnType);
217
}
218
$dataObject->$methodName($object);
219
return $this;
0 commit comments