Uses of Class
org.broadleafcommerce.core.checkout.service.workflow.ValidateAndConfirmPaymentActivity.ResponseTransactionPair
Packages that use ValidateAndConfirmPaymentActivity.ResponseTransactionPair
-
Uses of ValidateAndConfirmPaymentActivity.ResponseTransactionPair in org.broadleafcommerce.core.checkout.service.workflow
Methods in org.broadleafcommerce.core.checkout.service.workflow with parameters of type ValidateAndConfirmPaymentActivity.ResponseTransactionPairModifier and TypeMethodDescriptionprotected booleanValidateAndConfirmPaymentActivity.shouldRollbackFailedTransaction(ValidateAndConfirmPaymentActivity.ResponseTransactionPair failedTransactionPair) Method parameters in org.broadleafcommerce.core.checkout.service.workflow with type arguments of type ValidateAndConfirmPaymentActivity.ResponseTransactionPairModifier and TypeMethodDescriptionprotected voidValidateAndConfirmPaymentActivity.handleUnsuccessfulTransactions(List<ValidateAndConfirmPaymentActivity.ResponseTransactionPair> failedTransactions, ProcessContext<CheckoutSeed> context) Default implementation is to throw a generic CheckoutException which will be caught and displayed on the Checkout Page where the Customer can try again.