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 Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.Logprotected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.payment.dto.PaymentResponseDTOconfirmTransaction(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO)
-
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:
confirmTransactionin interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService- Overrides:
confirmTransactionin classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService- Throws:
org.broadleafcommerce.common.vendor.service.exception.PaymentException
-