Class MerchantCallbackController


@Controller public class MerchantCallbackController extends BaseIntegrationController
Controller to handle merchant callbacks from a subscription provider
  • Constructor Details

    • MerchantCallbackController

      public MerchantCallbackController()
  • Method Details

    • process

      @RequestMapping(value="/integration/merchant_callback", method=POST) public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)