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 b8960ac commit 4ffa6f2Copy full SHA for 4ffa6f2
dev/tests/api-functional/_files/Magento/TestModuleMSC/etc/di.xml
@@ -35,5 +35,12 @@
35
<argument name="resource" xsi:type="object">Magento\TestModuleMSC\Model\Resource\Item</argument>
36
</arguments>
37
</type>
38
-
+ <type name="Magento\Framework\Api\CustomAttributeMap">
39
+ <arguments>
40
+ <argument name="data" xsi:type="array">
41
+ <item name="customAttributeDataObjectInterface" xsi:type="string">Magento\TestModuleMSC\Api\Data\CustomAttributeDataObjectInterface</item>
42
+ <item name="customAttributeNestedDataObjectInterface" xsi:type="string">Magento\TestModuleMSC\Api\Data\CustomAttributeNestedDataObjectInterface</item>
43
+ </argument>
44
+ </arguments>
45
+ </type>
46
</config>
0 commit comments