mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update state_machine.rst
Update of ProductReviews state machine name that is used in example. Currently not existing name (sylius_review) is used to show on how to modify existing callback with existing state machine Should be sylius_product_review
This commit is contained in:
parent
627f768247
commit
3d2a0f56fd
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ so that it does not count the average rating but does something else - you need
|
|||
|
||||
# config/packages/_sylius.yaml
|
||||
winzou_state_machine:
|
||||
sylius_review:
|
||||
sylius_product_review:
|
||||
callbacks:
|
||||
after:
|
||||
update_price:
|
||||
|
|
@ -147,7 +147,7 @@ On the example of the state machine of ProductReview, we can turn off the ``upda
|
|||
|
||||
# config/packages/_sylius.yaml
|
||||
winzou_state_machine:
|
||||
sylius_review:
|
||||
sylius_product_review:
|
||||
callbacks:
|
||||
after:
|
||||
update_price:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue