public interface GuestCartTokenValidator
Cart.| Modifier and Type | Method and Description |
|---|---|
void |
validateGuestTokenForCheckout(String cartId,
String guestToken,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Validates the provided guest token string for the given cart ID during checkout.
|
void |
validateGuestTokenForOperation(String cartId,
String guestToken,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Validates the provided guest token string for the given cart ID during a cart operation.
|
void validateGuestTokenForCheckout(String cartId, @Nullable String guestToken, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
cartId - the cart IDguestToken - the guest tokencontextInfo - the context infovoid validateGuestTokenForOperation(String cartId, @Nullable String guestToken, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
cartId - the cart IDguestToken - the guest tokencontextInfo - the context infoCopyright © 2021. All rights reserved.