Modifier and Type | Class and Description |
---|---|
class |
DefaultGuestCartProtectionService
Default implementation of
GuestCartProtectionService that clears typical customer
information and utilizes CartProvider for storing guest tokens. |
Modifier and Type | Method and Description |
---|---|
protected GuestCartProtectionService |
CheckoutCartEndpoint.getGuestCartProtectionService() |
protected GuestCartProtectionService |
ManageCartEndpoint.getGuestCartProtectionService() |
Constructor and Description |
---|
CheckoutCartEndpoint(CartResolverService cartResolverService,
CartOperationService cartOperationService,
CartVersionValidationService cartVersionValidationService,
GuestCartProtectionService guestCartProtectionService,
GuestCartTokenValidator guestCartTokenValidator,
CartValidationProperties cartValidationProperties,
CheckoutService checkoutService,
FulfillmentPricingService fulfillmentPricingService) |
ManageCartEndpoint(CartResolverService cartResolverService,
CartOperationService cartOperationService,
CartTransferService cartTransferService,
CartVersionValidationService cartVersionValidationService,
GuestCartProtectionService guestCartProtectionService,
GuestCartTokenValidator guestCartTokenValidator,
ItemListAddToCartService itemListAddToCartService) |
Modifier and Type | Method and Description |
---|---|
protected GuestCartProtectionService |
DefaultGuestCartTokenValidator.getGuestCartProtectionService() |
Constructor and Description |
---|
DefaultGuestCartTokenValidator(GuestCartProtectionService guestCartProtectionService,
CartValidationProperties cartValidationProperties) |
Copyright © 2021. All rights reserved.