title | issue |
---|---|
Improve performance when generating voucher code |
NEXT-12818 |
- 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.