title | issue | author | author_email |
---|---|---|---|
Improve promotion redemption updater performance |
NEXT-17359 |
Max Stegmeyer |
- Added write protected column
promotionId
toorder_line_item
to allow for better indexing - Changed
Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
to only increment totals ofpromotions
when order is placed - Changed
Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
to recalculate totals ofpromotions
when indexing occurs