Uses of Interface
com.broadleafcommerce.cartoperation.service.payment.ExternalPaymentTransactionCallbackService
Package
Description
-
Uses of ExternalPaymentTransactionCallbackService in com.broadleafcommerce.cartoperation.service.payment
Modifier and TypeClassDescriptionclass
Service used to interpret the results of an external payment transaction callback, possibly trigger the finalization of the cart, & communicate the result of the interaction via theExternalPaymentTransactionCallbackDTO
. -
Uses of ExternalPaymentTransactionCallbackService in com.broadleafcommerce.cartoperation.service.payment.autoconfigure
Modifier and TypeMethodDescriptionExternalPaymentTransactionAutoConfiguration.externalPaymentTransactionCallbackService
(CartProvider cartProvider, PaymentTransactionExecutionProvider paymentTransactionProvider, PaymentProvider<PaymentSummary> paymentProvider, CartOperationCheckoutProperties checkoutProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalPaymentTransactionCallbackService in com.broadleafcommerce.cartoperation.web.endpoint
Modifier and TypeMethodDescriptionExternalPaymentTransactionCallbackEndpoint.getExternalPaymentTransactionCallbackService()
ModifierConstructorDescriptionExternalPaymentTransactionCallbackEndpoint
(ExternalPaymentTransactionCallbackService externalPaymentTransactionCallbackService, ExternalPaymentTransactionCallbackRedirectionProperties callbackRedirectionProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)