Class OrderToPaymentRequestDTOServiceImpl

java.lang.Object
org.broadleafcommerce.core.payment.service.OrderToPaymentRequestDTOServiceImpl
All Implemented Interfaces:
OrderToPaymentRequestDTOService

@Service("blOrderToPaymentRequestDTOService") public class OrderToPaymentRequestDTOServiceImpl extends Object implements OrderToPaymentRequestDTOService
Service that translates various pieces of information such as: - Order - PaymentTransaction into a PaymentRequestDTO so that the gateway can create the appropriate request for a specific transaction.
Author:
Elbert Bautista (elbertbautista)