Skip to content

Commit

Permalink
Mentioning that this plugin does not yet work with annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu authored Nov 30, 2023
1 parent 5844094 commit d781106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ bin/console translation:update <locale> --force
```

### Integration
> This bundle uses XML mappings, if you are using [attributes](https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/reference/attributes-reference.html) for mappings these classes don't work.
* This bundle decorates the `sylius.calculator.product_variant_price` service. If you wish to change that, you could register a [compiler pass](https://symfony.com/doc/current/service_container/compiler_passes.html).
* This bundle decorates the `sylius.order_processing.order_prices_recalculator` service. If you wish to use your own order processor or change its priority, you could register a [compiler pass](https://symfony.com/doc/current/service_container/compiler_passes.html).

Expand Down

0 comments on commit d781106

Please sign in to comment.