-
class
The default implementation of a cart item merging service.
DefaultCartOperationService(CartOperationServiceProviders providers,
CartPricingService cartPricingService,
CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService,
CartItemCatalogInformationService<? extends CatalogItem> cartItemCatalogInformationService,
com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
CartOperationServiceProperties properties,
CartItemMergingService<com.broadleafcommerce.cart.client.domain.CartItem> cartItemMergingService,
org.springframework.context.MessageSource messageSource,
TaxService taxService,
StaleCartPricingResultHolder staleCartPricingResultHolder)