Try our conversational search powered by Generative AI!

IOrderGroup.Modified is not updated in all cart providers

Found in

EPiServer.Commerce 10.4.3

Fixed in

EPiServer.Commerce 10.7.0

(Or a related package)

Created

Apr 12, 2017

Updated

May 26, 2017

Area

Core

State

Closed, Fixed and tested


Description

IOrderGroup.Modified only has a getter. It is impossible to set the modified date on the IOrderGroup.
In SerailizableCartProvider, the IOrderGroup.Modified is not updated when a save happens. Maybe IOrderRepository should update Modified date for all providers, or ISerializableCartProvider should be updated when saved. Another option is to allow setter on ModifiedDate, however this is a breaking change.