Skip to content

Commit

Permalink
Reverting back to having a service
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Jun 26, 2019
1 parent ca4df7f commit ea23eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
</service>

<!-- Removing the create cart context from composite context (see: https://github.com/Sylius/Sylius/issues/10192) -->
<service id="sylius.shop_api_plugin.context.cart" class="Sylius\Component\Order\Context\CompositeCartContext" />

<service id="sylius.listener.cart_blamer" class="Sylius\Bundle\CoreBundle\EventListener\CartBlamerListener">
<argument type="service" id="sylius.manager.order" />
<argument type="service" id="sylius.shop_api_plugin.context.cart" />
Expand Down

0 comments on commit ea23eef

Please sign in to comment.