| Package | Description |
|---|---|
| org.broadleafcommerce.core.checkout.service | |
| org.broadleafcommerce.core.offer.service.exception | |
| org.broadleafcommerce.core.web.controller.checkout |
| Modifier and Type | Method and Description |
|---|---|
CheckoutResponse |
CheckoutService.performCheckout(Order order) |
CheckoutResponse |
CheckoutServiceImpl.performCheckout(Order order) |
CheckoutResponse |
CheckoutService.performCheckout(Order order,
Map<PaymentInfo,Referenced> payments) |
CheckoutResponse |
CheckoutServiceImpl.performCheckout(Order order,
Map<PaymentInfo,Referenced> payments) |
| Modifier and Type | Class and Description |
|---|---|
class |
OfferMaxUseExceededException |
| Modifier and Type | Method and Description |
|---|---|
String |
BroadleafCheckoutController.completeCheckout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to complete checkout
If the paymentMethod is undefined or "creditCard" delegates to the "completeSecureCreditCardCheckout"
method.
|
String |
BroadleafCheckoutController.completeSecureCreditCardCheckout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to complete checkout using a Credit Card
This method assumes that a credit card payment info
will be either sent to a third party gateway or saved in a secure schema.
|
Copyright © 2014. All rights reserved.