Class CartStalePricingValidationActivityProperties
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivityProperties
-
@ConfigurationProperties("broadleaf.cartoperation.checkout.activity.validation.cart-stale-pricing") public class CartStalePricingValidationActivityProperties extends ObjectProperties to configureCartStalePricingValidationActivity.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Constructor Summary
Constructors Constructor Description CartStalePricingValidationActivityProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldRejectLowerPrice()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.CartStalePricingValidationActivityPropertiesshouldRejectLowerPrice(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.
-
-
-
Method Detail
-
shouldRejectLowerPrice
public 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. By default, we'll allow the checkout attempt to proceed with the lower price.- Returns:
this.
-
shouldRejectLowerPrice
public 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. By default, we'll allow the checkout attempt to proceed with the lower price.
-
-