Class SamplePaymentGatewayHostedWebResponseServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayWebResponseService
org.broadleafcommerce.payment.service.gateway.SamplePaymentGatewayHostedWebResponseServiceImpl
All Implemented Interfaces:
org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService

@Service("blSamplePaymentGatewayHostedWebResponseService") public class SamplePaymentGatewayHostedWebResponseServiceImpl extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayWebResponseService
Author:
Elbert Bautista (elbertbautista)
  • Field Details

    • webResponsePrintService

      protected org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponsePrintService webResponsePrintService
  • Constructor Details

    • SamplePaymentGatewayHostedWebResponseServiceImpl

      public SamplePaymentGatewayHostedWebResponseServiceImpl()
  • Method Details

    • translateWebResponse

      public org.broadleafcommerce.common.payment.dto.PaymentResponseDTO translateWebResponse(jakarta.servlet.http.HttpServletRequest request) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
      Specified by:
      translateWebResponse in interface org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService
      Overrides:
      translateWebResponse in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayWebResponseService
      Throws:
      org.broadleafcommerce.common.vendor.service.exception.PaymentException