7. Summary

7.1. Configuration Reference

sylius_taxation:
    # The driver used for persistence layer.
    driver: ~
    classes:
        tax_category:
            model: Sylius\Component\Taxation\Model\TaxCategory
            controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
            repository: ~
            form: Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType
        tax_rate:
            model: Sylius\Component\Taxation\Model\TaxRate
            controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
            repository: ~
            form: Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType
    validation_groups:
        tax_category: [sylius]
        tax_rate: [sylius]

7.2. Tests

$ composer install --dev --prefer-dist
$ bin/phpspec run -fpretty --verbose

7.3. Bug tracking

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