@Service(value="blCustomerCreditTransactionConfirmationService")
public class CustomerCreditTransactionConfirmationServiceImpl
extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
Modifier and Type | Field and Description |
---|---|
protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
configuration |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
transactionService |
Constructor and Description |
---|
CustomerCreditTransactionConfirmationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.payment.dto.PaymentResponseDTO |
confirmTransaction(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO) |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration configuration
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService transactionService
public CustomerCreditTransactionConfirmationServiceImpl()
public org.broadleafcommerce.common.payment.dto.PaymentResponseDTO confirmTransaction(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
confirmTransaction
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService
confirmTransaction
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransactionConfirmationService
org.broadleafcommerce.common.vendor.service.exception.PaymentException
Copyright © 2019. All rights reserved.