Class NullIntegrationGatewayTransactionConfirmationServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
org.broadleafcommerce.core.payment.service.NullIntegrationGatewayTransactionConfirmationServiceImpl
All Implemented Interfaces:
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService

@Service("blNullIntegrationGatewayHostedTransactionConfirmationService") public class NullIntegrationGatewayTransactionConfirmationServiceImpl extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
Author:
Elbert Bautista (elbertbautista)
  • Field Details

    • LOG

      protected static final org.apache.commons.logging.Log LOG
    • configuration

    • transactionService

      protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService transactionService
  • Constructor Details

    • NullIntegrationGatewayTransactionConfirmationServiceImpl

      public NullIntegrationGatewayTransactionConfirmationServiceImpl()
  • Method Details

    • confirmTransaction

      public org.broadleafcommerce.common.payment.dto.PaymentResponseDTO confirmTransaction(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
      Specified by:
      confirmTransaction in interface org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService
      Overrides:
      confirmTransaction in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
      Throws:
      org.broadleafcommerce.common.vendor.service.exception.PaymentException