Skip to content

Commit

Permalink
[Minor] Update service definition to not using depracated service
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Oct 31, 2020
1 parent 93b12d2 commit 990a11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<service id="sylius.api.validator.shipping_method_eligibility" class="Sylius\Bundle\ApiBundle\Validator\Constraints\OrderShippingMethodEligibilityValidator">
<argument type="service" id="sylius.repository.order" />
<argument type="service" id="sylius.shipping_eligibility_checker" />
<argument type="service" id="sylius.shipping_method_eligibility_checker " />
<tag name="validator.constraint_validator" alias="sylius_api_validator_order_shipping_method_eligibility" />
</service>

Expand Down

0 comments on commit 990a11b

Please sign in to comment.