- Issue created by @sanketprajapati
- Merge request !2#3533422 added missing dependency of cart module. → (Open) created by Unnamed author
- 🇮🇳India sanketprajapati
Hi, I have added dependency of Commerce Cart module and created MR !2. Please review it.
While installing the Commerce product quantity module, if the Commerce Cart module is not already installed, it results in the following error:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "commerce_product_quantity_event_subscriber_limit" has a dependency on a non-existent service "commerce_cart.cart_manager". in Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass@anonymous/var/www/html/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:104$57f->processValue() (line 119 of /var/www/html/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php).
Need to add dependency of Commerce Cart module.
Active
2.0
Code
Hi, I have added dependency of Commerce Cart module and created MR !2. Please review it.