public class SummaryCheckoutStepController
extends AbstractCheckoutStepController
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,java.lang.String> |
ISV_SOP_CARD_TYPES |
Constructor and Description |
---|
SummaryCheckoutStepController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
back(RedirectAttributes redirectAttributes) |
java.lang.String |
enterStep(Model model,
RedirectAttributes redirectAttributes) |
java.lang.String |
enterStepWithPaymentError(Model model,
RedirectAttributes redirectModel) |
protected CheckoutStep |
getCheckoutStep() |
java.lang.String |
next(RedirectAttributes redirectAttributes) |
java.lang.String |
paymentCanceled(Model model) |
protected void |
prepareFlexMicroformData(Model model) |
protected void |
prepareGooglePayCheckoutData(Model model) |
protected void |
prepareKlarnaCheckoutData(Model model) |
protected void |
prepareVisaCheckoutData(Model model,
java.lang.String vcImageUrl,
java.lang.String vcSDKUrl) |
protected static final java.util.Map<java.lang.String,java.lang.String> ISV_SOP_CARD_TYPES
public java.lang.String enterStepWithPaymentError(Model model, RedirectAttributes redirectModel) throws CMSItemNotFoundException, CommerceCartModificationException
CMSItemNotFoundException
CommerceCartModificationException
public java.lang.String enterStep(Model model, RedirectAttributes redirectAttributes) throws CMSItemNotFoundException, CommerceCartModificationException
CMSItemNotFoundException
CommerceCartModificationException
protected void prepareGooglePayCheckoutData(Model model)
protected void prepareKlarnaCheckoutData(Model model)
protected void prepareVisaCheckoutData(Model model, java.lang.String vcImageUrl, java.lang.String vcSDKUrl)
protected void prepareFlexMicroformData(Model model)
public java.lang.String paymentCanceled(Model model)
public java.lang.String back(RedirectAttributes redirectAttributes)
public java.lang.String next(RedirectAttributes redirectAttributes)
protected CheckoutStep getCheckoutStep()