PaymentSummaryService
@Deprecated public interface CartPaymentStatusService
Payment's
CartPaymentStatus
based on the state of the Payment's PaymentTransactions
.Modifier and Type | Method and Description |
---|---|
void |
applyPaymentStatus(com.broadleafcommerce.order.common.domain.Payment payment)
Deprecated.
|
void |
applyPaymentStatuses(com.broadleafcommerce.cart.client.domain.Cart cart)
Deprecated.
|
com.broadleafcommerce.cart.client.domain.enums.CartPaymentStatus |
determinePaymentStatus(com.broadleafcommerce.order.common.domain.Payment payment)
Deprecated.
|
Set<String> |
getAuthorizeReversalTransactionTypes()
Deprecated.
|
Set<String> |
getAuthorizeTransactionTypes()
Deprecated.
|
Set<String> |
getCaptureReversalTransactionTypes()
Deprecated.
|
Set<String> |
getCaptureTransactionTypes()
Deprecated.
|
void applyPaymentStatuses(com.broadleafcommerce.cart.client.domain.Cart cart)
void applyPaymentStatus(com.broadleafcommerce.order.common.domain.Payment payment)
com.broadleafcommerce.cart.client.domain.enums.CartPaymentStatus determinePaymentStatus(com.broadleafcommerce.order.common.domain.Payment payment)
Copyright © 2021. All rights reserved.