Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 381 Bytes

2023-10-18-batch-cart-price-calculation.md

File metadata and controls

10 lines (9 loc) · 381 Bytes
title issue author author_email
Batch cart price calculation
NEXT-31153
Oliver Skroblin

Core

  • Changed ProductCartProcessor to call ProductPriceCalculator::calculate with all products at once instead of calling it for each product individually
  • Added EmptyPrice stub for easier testing cart processor where the price is not relevant