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 4954059 + 448b5bb commit 92a838aCopy full SHA for 92a838a
app/code/Magento/SalesRule/etc/extension_attributes.xml
@@ -12,4 +12,7 @@
12
<extension_attributes for="Magento\Quote\Api\Data\AddressInterface">
13
<attribute code="discounts" type="Magento\SalesRule\Api\Data\RuleDiscountInterface[]" />
14
</extension_attributes>
15
-</config>
+ <extension_attributes for="Magento\Catalog\Api\Data\ProductInterface">
16
+ <attribute code="discounts" type="Magento\SalesRule\Api\Data\RuleDiscountInterface[]" />
17
+ </extension_attributes>
18
+</config>
0 commit comments