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 Summary
FieldsModifier and TypeFieldDescriptionprotected SamplePaymentGatewayConfigurationprotected static final org.apache.commons.logging.Log -
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
-
-
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:
confirmTransactionin interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService- Overrides:
confirmTransactionin classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService- Throws:
org.broadleafcommerce.common.vendor.service.exception.PaymentException
-