public interface PaymentGatewayWebResponsePrintService
This is a utility service that aids in translating the Request Attribute and Request Parameters to a single String. This is useful when setting the Raw Response fields on a PaymentResponseDTO. Primarily used in the PaymentGatewayWebResponseService but can be injected anywhere you need to get the attributes or paraeters from an HTTPServletRequest as a String.
PaymentGatewayWebResponseService}, 
org.broadleafcommerce.common.payment.dto.PaymentResponseDTO}| Modifier and Type | Method and Description | 
|---|---|
| String | printRequest(javax.servlet.http.HttpServletRequest request) | 
String printRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2020. All rights reserved.