Class SamplePaymentGatewayHostedTransactionConfirmationServiceImpl

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

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

  • Constructor Details

    • SamplePaymentGatewayHostedTransactionConfirmationServiceImpl

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