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 b866a06 commit 2d4099eCopy full SHA for 2d4099e
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