Package | Description |
---|---|
com.broadleafcommerce.cartoperation.service.checkout | |
com.broadleafcommerce.cartoperation.web.endpoint |
Modifier and Type | Method and Description |
---|---|
CheckoutResponse |
CheckoutService.processCheckout(com.broadleafcommerce.cart.client.domain.Cart cart,
String requestId,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Process checkout against the provided cart
|
CheckoutResponse |
DefaultCheckoutService.processCheckout(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart,
@NonNull String requestId,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) |
CheckoutResponse |
CheckoutService.processCheckout(com.broadleafcommerce.cart.client.domain.Cart cart,
String requestId,
Map<String,String> securityCodes,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Process checkout against the provided cart
|
CheckoutResponse |
DefaultCheckoutService.processCheckout(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart,
@NonNull String requestId,
@NonNull Map<String,String> securityCodes,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<CheckoutResponse> |
CheckoutEndpoint.processCheckout(com.broadleafcommerce.cart.client.domain.Cart resolvedCart,
CartRequest requestCart,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Deprecated.
Executes the checkout process for a cart.
|
org.springframework.http.ResponseEntity<CheckoutResponse> |
CheckoutCartEndpoint.processCheckout(String cartId,
CheckoutProcessRequest checkoutProcessRequest,
Integer cartVersion,
String guestToken,
com.broadleafcommerce.cart.client.domain.CustomerRef customer,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) |
Copyright © 2021. All rights reserved.