org.broadleafcommerce.core.checkout.service
Interface CheckoutService

All Known Implementing Classes:
CheckoutServiceImpl

public interface CheckoutService


Method Summary
 CheckoutResponse performCheckout(Order order)
           
 CheckoutResponse performCheckout(Order order, Map<PaymentInfo,Referenced> payments)
           
 

Method Detail

performCheckout

CheckoutResponse performCheckout(Order order)
                                 throws CheckoutException
Throws:
CheckoutException

performCheckout

CheckoutResponse performCheckout(Order order,
                                 Map<PaymentInfo,Referenced> payments)
                                 throws CheckoutException
Throws:
CheckoutException


Copyright © 2013. All Rights Reserved.