Interface and Description |
---|
com.broadleafcommerce.cartoperation.service.payment.CartPaymentStatusService
in favor of
PaymentSummaryService |
Class and Description |
---|
com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
as we are moving away from using request state for cart resolution
|
com.broadleafcommerce.cartoperation.domain.CartHolder
in favor of new APIs driven by explicit Cart IDs and not request state
|
com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
see
ManageCartEndpoint for the new operation endpoint |
com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
in favor of
CheckoutCartEndpoint |
com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
in favor of
CSRCartEndpoint |
com.broadleafcommerce.cartoperation.service.payment.DefaultCartPaymentStatusService |
com.broadleafcommerce.cartoperation.oauth2.client.web.InMemoryOAuth2AuthorizedClientRepository
Please use
SynchronizedDelegatingOAuth2AuthorizedClientManager or
InMemoryOAuth2AuthorizedClientService ,
which is used internally by
SynchronizedDelegatingOAuth2AuthorizedClientManager . |
Exceptions and Description |
---|
com.broadleafcommerce.cartoperation.exception.AddPaymentException
in favor of
InvalidAddPaymentRequestException |
Copyright © 2021. All rights reserved.