Uses of Interface
com.broadleafcommerce.paymenttransaction.service.webhook.TransactionWebhookService
Package
Description
-
Uses of TransactionWebhookService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionWebhookService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentLockService<Payment> paymentLockService, TransactionExecutionService transactionExecutionService, TransactionWebhookMessageService transactionWebhookMessageService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of TransactionWebhookService in com.broadleafcommerce.paymenttransaction.service.webhook
-
Uses of TransactionWebhookService in com.broadleafcommerce.paymenttransaction.web.endpoint
Modifier and TypeMethodDescriptionprotected TransactionWebhookService
TransactionWebhookEndpoint.getTransactionWebhookService()
ModifierConstructorDescriptionTransactionWebhookEndpoint
(TransactionWebhookService transactionWebhookService)