Class SopPaymentResponseController

All Implemented Interfaces:
CheckoutStepController

@Controller @RequestMapping("/checkout/multi/sop") public class SopPaymentResponseController extends PaymentMethodCheckoutStepController
The type Sop payment response controller.
  • Constructor Details

    • SopPaymentResponseController

      public SopPaymentResponseController()
  • Method Details

    • doHandleSopResponse

      @RequestMapping(value="/response", method=POST) public String doHandleSopResponse(javax.servlet.http.HttpServletRequest request, @Valid @Valid SopPaymentDetailsForm sopPaymentDetailsForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getCountryAddressForm

      @RequestMapping(value="/billingaddressform", method=GET) public String getCountryAddressForm(@RequestParam("countryIsoCode") String countryIsoCode, org.springframework.ui.Model model)