Class AuthorizeNetDPMReturnAction

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.AuthorizeNetDPMReturnAction

public class AuthorizeNetDPMReturnAction extends CheckoutAction
Action class to handle AuthorizeNet Return. This updates the customer session with the data that was recorded in the database during the relay response.
Author:
Tony Zakula
  • Field Details

    • log

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

    • AuthorizeNetDPMReturnAction

      public AuthorizeNetDPMReturnAction()
  • 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