Uses of Class
com.broadleafcommerce.cartoperation.exception.PaymentLockException
-
Packages that use PaymentLockException Package Description com.broadleafcommerce.cartoperation.service.checkout -
-
Uses of PaymentLockException in com.broadleafcommerce.cartoperation.service.checkout
Methods in com.broadleafcommerce.cartoperation.service.checkout with parameters of type PaymentLockException Modifier and Type Method Description protected CheckoutResponse
DefaultCheckoutService. buildFailedCheckoutResponse(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, @NonNull String requestId, @NonNull PaymentLockException e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
protected boolean
DefaultCheckoutService. shouldResetCartStatus(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, @NonNull String originalCartStatus, @NonNull PaymentLockException e)
Determines whether or not the cart's status should be reset after encountering an unexpected exception during checkout.
-