Package com.broadleafcommerce.cartoperation.service.payment
@NonNullApi
package com.broadleafcommerce.cartoperation.service.payment
- Author:
- Chris Kittrell (ckittrell)
-
ClassDescriptionThis service provides information about the configured payment methods and gateways.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 the
ExternalPaymentTransactionCallbackDTO
.This service is meant to coordinate the execution of payment transactions against the cart'sPaymentSummaries
in the context of a checkout submission.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
.A helper component that has understanding of whichPaymentSummaries
take precedence and should be applied first in various operations such as payment authorize.This service is meant to coordinate the execution of payment transactions against the cart'sPaymentSummaries
in the context of a checkout submission.