Class SamplePaymentGatewayTransactionConfirmationServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
org.broadleafcommerce.payment.service.gateway.SamplePaymentGatewayTransactionConfirmationServiceImpl
All Implemented Interfaces:
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService

@Service("blSamplePaymentGatewayTransactionConfirmationService") public class SamplePaymentGatewayTransactionConfirmationServiceImpl extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
Author:
Chad Harchar (charchar)
  • Field Details

  • Constructor Details

    • SamplePaymentGatewayTransactionConfirmationServiceImpl

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