Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 386 Bytes

2021-01-06-improve-performance-when-generating-voucher-code.md

File metadata and controls

6 lines (6 loc) · 386 Bytes
title issue
Improve performance when generating voucher code
NEXT-12818

Core

  • Added a new function isGeneratingIndividualCode in \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer to check if the operation is generating voucher code so we can skip running \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer::handle function.