public interface PaymentRequestService
PaymentRequests to be passed to
PaymentGatewayTransactionService methods to execute work against a payment gateway| Modifier and Type | Method and Description |
|---|---|
com.broadleafcommerce.paymentgateway.domain.PaymentRequest |
createPaymentRequest(com.broadleafcommerce.cart.client.domain.Cart cart,
com.broadleafcommerce.order.common.domain.Payment payment,
com.broadleafcommerce.order.common.domain.PaymentTransaction paymentTransaction)
Creates a
PaymentRequest, based on the provided Cart, Payment, &
PaymentTransaction |
com.broadleafcommerce.paymentgateway.domain.PaymentRequest createPaymentRequest(com.broadleafcommerce.cart.client.domain.Cart cart,
com.broadleafcommerce.order.common.domain.Payment payment,
com.broadleafcommerce.order.common.domain.PaymentTransaction paymentTransaction)
PaymentRequest, based on the provided Cart, Payment, &
PaymentTransactioncart - the owning cartpayment - the cart's payment that is to be authorizedpaymentTransaction - the cart payment's pending representation of the transaction that
is to be executedCopyright © 2021. All rights reserved.