Skip to content

Commit

Permalink
Fix service name for custom taxation calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvw committed Jul 23, 2018
1 parent c9d4b8a commit 9715ea4
Showing 1 changed file with 1 addition and 1 deletion.
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 9715ea4

Please sign in to comment.