public interface CommerceCartMergingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications)
Merge two carts and add modifications
|
void mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications) throws CommerceCartMergingException
fromCart - - Cart from merging is donetoCart - - Cart to merge tomodifications - - List of modificationsCommerceCartMergingExceptionCopyright © 2018 SAP SE. All Rights Reserved.