Skip to content

Commit ec05ff6

Browse files
committed
Github #99: Sync "develop-storefront" with master branches
1 parent cfa2925 commit ec05ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ 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);
216217
}
217218
$dataObject->$methodName($object);
218219
return $this;

0 commit comments

Comments
 (0)