| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout |
| 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.
|
protected void |
BroadleafCheckoutController.copyShippingAddressToBillingAddress(Order order,
BillingInfoForm billingInfoForm)
This method will copy the shipping address of the first fulfillment group on the order
to the billing address on the BillingInfoForm that is passed in.
|
Copyright © 2013. All Rights Reserved.