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 PaymentResponse. Primarily used in the PaymentGatewayWebResponseService but can be injected anywhere you need to get the attributes or parameters from an HTTPServletRequest as a String.
PaymentGatewayWebResponseService}
,
PaymentResponse}
Modifier and Type | Method and Description |
---|---|
String |
printRequest(javax.servlet.http.HttpServletRequest request) |
String printRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2021. All rights reserved.