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 8222455 + 040e5b5 commit a4b95d7Copy full SHA for a4b95d7
app/code/Magento/BundleGraphQl/Model/Resolver/Options/Collection.php
@@ -61,6 +61,7 @@ public function __construct(
61
* Add parent id/sku pair to use for option filter at fetch time.
62
*
63
* @param int $parentId
64
+ * @param int $parentEntityId
65
* @param string $sku
66
*/
67
public function addParentFilterData(int $parentId, int $parentEntityId, string $sku) : void
0 commit comments