Skip to content

Commit

Permalink
minor #13635 [Docs] Drop warning about active, not applied promotions…
Browse files Browse the repository at this point in the history
… as states are handled in async manner as well (lchrusciel)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.11
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Reverts #13630  because of #13624
| License         | MIT

This case does not exists anymore, as states are processed async as well 

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

1318c11 [Docs] Drop warning about active, not applied promotions as states are handled in async manner as well
  • Loading branch information
GSadee committed Feb 10, 2022
2 parents 966a308 + 1318c11 commit 88ed626
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/book/products/catalog_promotions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ After changes in CatalogPromotion, we dispatch proper message with delay calcula
To enable asynchronous Catalog Promotion, remember about running messenger consumer in a separate process, use the command: ``php bin/console messenger:consume main``
For more information check official `Symfony docs <https://symfony.com/doc/current/messenger.html#consuming-messages-running-the-worker>`_

Be aware that loading Catalog Promotion without enabled consumer, will change promotion's state to `active` but products will not be discounted.

How the Catalog Promotions are applied?
---------------------------------------

Expand Down

0 comments on commit 88ed626

Please sign in to comment.