public interface PaymentRequestService
PaymentRequests
to be passed to
PaymentGatewayTransactionService
methods to execute work against a payment gatewayModifier 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
, &
PaymentTransaction
cart
- 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.