Skip to content

Commit 70d0a6c

Browse files
committed
#35881: Final Price for grouped products does not include tax in the Recently Viewed Widget and Meta price
- fix Module Magento\Catalog has undeclared dependencies: hard [Magento\GroupedProduct]
1 parent 0bb2e31 commit 70d0a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"magento/module-ui": "*",
3232
"magento/module-url-rewrite": "*",
3333
"magento/module-widget": "*",
34-
"magento/module-wishlist": "*"
34+
"magento/module-wishlist": "*",
35+
"magento/module-grouped-product": "*"
3536
},
3637
"suggest": {
3738
"magento/module-cookie": "*",

0 commit comments

Comments
 (0)