6. Summary¶

Danger

We’re sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

6.1. Configuration Reference¶

sylius_taxation:
    # The driver used for persistence layer.
    driver: ~
    resources:
        tax_category:
            classes:
                model:      Sylius\Component\Taxation\Model\TaxCategory
                interface:  Sylius\Component\Taxation\Model\TaxCategoryInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form:       Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType
        tax_rate:
            classes:
                model:      Sylius\Component\Taxation\Model\TaxRate
                interface:  Sylius\Component\Taxation\Model\TaxRateInterface
                controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
                repository: ~
                factory:    Sylius\Component\Resource\Factory\Factory
                form:       Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType

6.2. Bug tracking¶

This bundle uses GitHub issues. If you have found bug, please create an issue.