File tree 2 files changed +4
-1
lines changed
app/code/Magento/GroupedProduct
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ public function setQty($qty);
45
45
public function getQty ();
46
46
47
47
/**
48
+ * Set extension attributes
49
+ *
48
50
* @param \Magento\GroupedProduct\Api\Data\GroupedItemQtyExtensionInterface $extensionAttributes
49
51
*
50
52
* @return $this
@@ -54,6 +56,8 @@ public function setExtensionAttributes(
54
56
);
55
57
56
58
/**
59
+ * Get extension attributes
60
+ *
57
61
* @return \Magento\GroupedProduct\Api\Data\GroupedItemQtyExtensionInterface|null
58
62
*/
59
63
public function getExtensionAttributes ();
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ public function __construct(ObjectFactory $objectFactory)
34
34
}
35
35
36
36
/**
37
- *
38
37
* Converts the super_group request data into the same format as native frontend add-to-cart
39
38
*
40
39
* @param CartItemInterface $cartItem
You can’t perform that action at this time.
0 commit comments