Skip to content

Commit

Permalink
Removing the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Jun 26, 2019
1 parent ea23eef commit fa5ce57
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,12 @@
<argument type="service" id="sylius.manager.order" />
</service>

<service
id="sylius.shop_api_plugin.normalizer.request_cart_token_normalizer"
class="Sylius\ShopApiPlugin\Normalizer\RequestCartTokenNormalizer"
>
<service id="sylius.shop_api_plugin.normalizer.request_cart_token_normalizer"
class="Sylius\ShopApiPlugin\Normalizer\RequestCartTokenNormalizer">
<argument type="service" id="validator" />
<argument type="service" id="sylius_shop_api_plugin.command_bus" />
</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">
Expand Down

0 comments on commit fa5ce57

Please sign in to comment.