Uses of Interface
com.broadleafcommerce.paymenttransaction.service.ThreeDSTransactionResultService
Package
Description
-
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeClassDescriptionclass
The default implementation forThreeDSTransactionResultService
. -
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.threeDSTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, TransactionExecutionUtil transactionExecutionUtil, TransactionExecutionService transactionExecutionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ThreeDSTransactionResultService in com.broadleafcommerce.paymenttransaction.web.endpoint
Modifier and TypeMethodDescriptionprotected ThreeDSTransactionResultService
ThreeDSTransactionResultEndpoint.getThreeDSTransactionResultService()
ModifierConstructorDescriptionThreeDSTransactionResultEndpoint
(ThreeDSTransactionResultService threeDSTransactionResultService, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService)