From e97c6bd7eb1643dbe93b8992752a977b8f846261 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 10 Nov 2023 11:25:13 +0200 Subject: [PATCH] Update catalog_promotions.rst Fix links to classes: src/Sylius/Bundle/CoreBundle/CatalogPromotion/Command/ApplyCatalogPromotionsOnVariants.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandDispatcher/BatchedApplyCatalogPromotionsOnVariantsCommandDispatcher.php --- docs/book/products/catalog_promotions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/products/catalog_promotions.rst b/docs/book/products/catalog_promotions.rst index 85688dfd699..ae19abb87b2 100644 --- a/docs/book/products/catalog_promotions.rst +++ b/docs/book/products/catalog_promotions.rst @@ -349,7 +349,7 @@ one is edited, then the ``CatalogPromotionUpdated`` event is dispatched to event This event is handled by `CatalogPromotionUpdateListener `_ which resolves the appropriate ``CatalogPromotion``. With the needed data and configuration from ``CatalogPromotion`` we can now process the Product Catalog. -Any changes in Catalog Promotion cause recalculations of entire Product Catalog (`BatchedApplyCatalogPromotionsOnVariantsCommandDispatcher `_ is called, which dispatch events `ApplyCatalogPromotionsOnVariants `_) +Any changes in Catalog Promotion cause recalculations of entire Product Catalog (`BatchedApplyCatalogPromotionsOnVariantsCommandDispatcher `_ is called, which dispatch events `ApplyCatalogPromotionsOnVariants `_) .. note::