Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removing incorrect info about using Doctrine SQL mappings. We're using attributes now.
  • Loading branch information
mamazu committed Apr 24, 2024
1 parent 9e30179 commit 2ee0f3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ 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 2ee0f3e

Please sign in to comment.