Method | Description | |
---|---|---|
confirmAction ( ) : Response | Returns the html for the checkout confirmation page. | |
confirmComponentAction ( ) : Response | Returns the output of the checkout confirm component | |
indexAction ( ) : Response | Returns the html for the standard checkout page. | |
standardComponentAction ( ) : Response | Returns the output of the checkout standard component | |
updateAction ( ) : Response | Returns the view for the order update page. | |
updateComponentAction ( ) : Response | Returns the output of the checkout update component |
public confirmAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public confirmComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public indexAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public standardComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public updateAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public updateComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |