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 cfa2925 commit ec05ff6Copy full SHA for ec05ff6
lib/internal/Magento/Framework/Api/DataObjectHelper.php
@@ -213,6 +213,7 @@ 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