Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

CartHelper works even if SerializedCarts mode is enabled

Found in

EPiServer.Commerce 10.3.0

Fixed in

EPiServer.Commerce 10.4.1

(Or a related package)

Created

Feb 23, 2017

Updated

Mar 10, 2017

Area

Core

State

Closed, Fixed and tested


Description

Expected: If Serialized cart mode is enabled, CartHelper should throw an exception.

Actual:
CartHelper seems to work until it hits code which uses IOrderRepository, such as CartMigrator. This causes problems, such as carts that are not properly migrated.