public interface GuestCheckoutCartCleanStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkWhetherURLContainsSkipPattern(HttpServletRequest request)
Checks whether the request's page is to be skipped (e.g.
|
void |
cleanGuestCart(HttpServletRequest request)
Removes the delivery address, delivery mode, payment info from the session cart, if the guest user moves away from
checkout pages.
|
boolean checkWhetherURLContainsSkipPattern(HttpServletRequest request)
void cleanGuestCart(HttpServletRequest request)
Copyright © 2018 SAP SE. All Rights Reserved.