Uses of Class
com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivityProperties
-
Uses of CartStalePricingValidationActivityProperties in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Modifier and TypeMethodDescriptionCartStalePricingValidationActivity.getProperties()
CartStalePricingValidationActivityProperties.shouldRejectLowerPrice
(boolean shouldRejectLowerPrice) Whether or not to reject the checkout attempt if it's determined that the latest price for the cart is lower than the cart's previously known price.CartStalePricingValidationActivityProperties.useRealTimeCartPricing
(boolean useRealTimeCartPricing) Whether the cart should use real-time pricing every time or honor theCartOperationServiceProperties.getCartPricingTimeToLive()
based on the last catalog reprice.ModifierConstructorDescriptionCartStalePricingValidationActivity
(org.springframework.context.MessageSource messageSource, CartProvider cartProvider, CartStalePricingValidationActivityProperties properties, StaleCartPricingResultHolder staleCartPricingResultHolder)