Skip to content

Commit

Permalink
Merge pull request #9611 from dannyvw/feature/doc-custom-calculators
Browse files Browse the repository at this point in the history
[Doc] Fix service name for custom taxation calculator
  • Loading branch information
Zales0123 authored Jul 25, 2018
2 parents 6f4d9d1 + 9715ea4 commit df2a878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All tax calculators implement the ``CalculatorInterface``. In our example we'll
}
}
Now, you need to register your new service in container and tag it with ``sylius.shipping_calculator``.
Now, you need to register your new service in container and tag it with ``sylius.tax_calculator``.

.. code-block:: yaml
Expand Down

0 comments on commit df2a878

Please sign in to comment.