mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Documentation] Minor improvement for note about tax calculators
This commit is contained in:
parent
c724593223
commit
568d8422bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 tag it wih the `sylius.tax_calculator` tag.
|
||||
and registering it as a ``sylius.tax_calculator.your_calculator_name`` service and tagging it with the `sylius.tax_calculator` tag.
|
||||
|
||||
Built-in Calculators
|
||||
''''''''''''''''''''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue