Update taxation.rst

This commit is contained in:
Zairig Imad 2023-11-01 11:02:03 +01:00 committed by GitHub
parent 573052777a
commit c724593223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ Basing on the **TaxRate** assigned on the Product it will get its calculator typ
You can create your custom calculator for taxes by creating a class that implements
the `CalculatorInterface <https://github.com/Sylius/Sylius/blob/{current_version}/src/Sylius/Component/Taxation/Calculator/CalculatorInterface.php>`_
and registering it as a ``sylius.tax_calculator.your_calculator_name`` service.
and registering it as a ``sylius.tax_calculator.your_calculator_name`` service, and tag it wih the `sylius.tax_calculator` tag.
Built-in Calculators
''''''''''''''''''''