Uses of Class
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentCallbackValidationResponse
Package
Description
-
Uses of PaymentCallbackValidationResponse in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionDefaultExternalTransactionResultService.validatePaymentCallbackToken
(@NonNull org.springframework.data.domain.Page<Payment> payments, @NonNull PaymentCallbackValidationRequest validationRequest, PaymentLockTokens paymentLockTokens, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ExternalTransactionResultService.validatePaymentCallbackToken
(org.springframework.data.domain.Page<Payment> payments, PaymentCallbackValidationRequest validationRequest, PaymentLockTokens paymentLockTokens, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Validates thecallback request
and returns the result of that validation. -
Uses of PaymentCallbackValidationResponse in com.broadleafcommerce.paymenttransaction.web.endpoint
Modifier and TypeMethodDescriptionExternalTransactionResultEndpoint.validatePaymentCallbackToken
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, PaymentCallbackValidationRequest validationRequest, PaymentLockTokens paymentLockTokens)