File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Resources/config/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
</service >
32
32
33
33
<service id =" sylius.taxation.order_items_based_strategy" class =" Sylius\Bundle\CoreBundle\Taxation\Strategy\TaxCalculationStrategy" >
34
- <argument key = " type " >order_items_based</argument >
34
+ <argument >order_items_based</argument >
35
35
<argument type =" collection" >
36
36
<argument type =" service" id =" sylius.taxation.order_items_taxes_applicator" />
37
37
<argument type =" service" id =" sylius.taxation.order_shipment_taxes_applicator" />
40
40
</service >
41
41
42
42
<service id =" sylius.taxation.order_item_units_based_strategy" class =" Sylius\Bundle\CoreBundle\Taxation\Strategy\TaxCalculationStrategy" >
43
- <argument key = " type " >order_item_units_based</argument >
43
+ <argument >order_item_units_based</argument >
44
44
<argument type =" collection" >
45
45
<argument type =" service" id =" sylius.taxation.order_item_units_taxes_applicator" />
46
46
<argument type =" service" id =" sylius.taxation.order_shipment_taxes_applicator" />
You can’t perform that action at this time.
0 commit comments