Skip to content

Commit

Permalink
Merge pull request #280 from lchrusciel/update-sylius
Browse files Browse the repository at this point in the history
[Maintenance] Remove outdated services
  • Loading branch information
pamil authored Jun 8, 2018
2 parents bc53d7d + 827d1a1 commit ce5824b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
98 changes: 0 additions & 98 deletions src/Processor/OrderShipmentProcessor.php

This file was deleted.

7 changes: 0 additions & 7 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,5 @@
<argument type="service" id="sylius.order_processing.order_processor.composite" />
<argument type="service" id="sylius.manager.order" />
</service>

<!--This is just a temporary override of service, until it would be merged to Sylius -->
<service id="sylius.order_processing.order_shipment_processor" class="Sylius\ShopApiPlugin\Processor\OrderShipmentProcessor">
<argument type="service" id="sylius.shipping_method_resolver.default" />
<argument type="service" id="sylius.factory.shipment" />
<tag name="sylius.order_processor" priority="50"/>
</service>
</services>
</container>

0 comments on commit ce5824b

Please sign in to comment.