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.
2 parents 81357c8 + 2d4099e commit 2724571Copy full SHA for 2724571
app/code/Magento/Webapi/Model/Soap/Wsdl/Generator.php
@@ -180,7 +180,7 @@ protected function addCustomAttributeTypes($wsdl)
180
{
181
foreach ($this->customAttributeTypeLocator->getAllServiceDataInterfaces() as $customAttributeClass) {
182
$typeName = $this->_typeProcessor->register($customAttributeClass);
183
- $wsdl->addComplexType($typeName);
+ $wsdl->addComplexType($this->_typeProcessor->getArrayItemType($typeName));
184
}
185
return $wsdl;
186
0 commit comments