Skip to content

Commit 2724571

Browse files
author
Yuri Kovsher
committed
Merge remote-tracking branch 'tango-ce/MAGETWO-37859' into S56_PR
2 parents 81357c8 + 2d4099e commit 2724571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Model/Soap/Wsdl/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function addCustomAttributeTypes($wsdl)
180180
{
181181
foreach ($this->customAttributeTypeLocator->getAllServiceDataInterfaces() as $customAttributeClass) {
182182
$typeName = $this->_typeProcessor->register($customAttributeClass);
183-
$wsdl->addComplexType($typeName);
183+
$wsdl->addComplexType($this->_typeProcessor->getArrayItemType($typeName));
184184
}
185185
return $wsdl;
186186
}

0 commit comments

Comments
 (0)