Class AuthorizeNetDPMRelayResponseAction

java.lang.Object
org.apache.struts.action.Action
com.softslate.commerce.customer.core.BaseAction
com.softslate.commerce.customer.order.CheckoutAction
com.softslate.commerce.customer.payment.AuthorizeNetDPMRelayResponseAction

public class AuthorizeNetDPMRelayResponseAction extends CheckoutAction
Struts action class used for the relay response from authorize. Used for requests to "/AuthorizeNetDPM.do".

The execute method is going to create the relay response page.

Author:
Tony Zakula
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • AuthorizeNetDPMRelayResponseAction

      public AuthorizeNetDPMRelayResponseAction()
  • Method Details

    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Description copied from class: CheckoutAction
      Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.
      Overrides:
      execute in class CheckoutAction
      Throws:
      Exception
    • processError

      private String processError(net.authorize.sim.Result result, StringBuffer receiptUrlBuffer, String ssStatus)
    • processSuccess

      private String processSuccess(net.authorize.sim.Result result, StringBuffer receiptUrlBuffer)