Uses of Interface
com.broadleafcommerce.cartoperation.service.payment.ExternalPaymentTransactionCallbackService
Packages that use ExternalPaymentTransactionCallbackService
Package
Description
-
Uses of ExternalPaymentTransactionCallbackService in com.broadleafcommerce.cartoperation.service.payment
Classes in com.broadleafcommerce.cartoperation.service.payment that implement ExternalPaymentTransactionCallbackServiceModifier and TypeClassDescriptionclassService 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
Methods in com.broadleafcommerce.cartoperation.service.payment.autoconfigure that return ExternalPaymentTransactionCallbackServiceModifier 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
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return ExternalPaymentTransactionCallbackServiceModifier and TypeMethodDescriptionExternalPaymentTransactionCallbackEndpoint.getExternalPaymentTransactionCallbackService()Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type ExternalPaymentTransactionCallbackServiceModifierConstructorDescriptionExternalPaymentTransactionCallbackEndpoint(ExternalPaymentTransactionCallbackService externalPaymentTransactionCallbackService, ExternalPaymentTransactionCallbackRedirectionProperties callbackRedirectionProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)