Interface PaymentGatewayWebResponsePrintService

All Known Implementing Classes:
PaymentGatewayWebResponsePrintServiceImpl

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.

Author:
Elbert Bautista (elbertbautista)
  • Method Summary

    Modifier and Type
    Method
    Description
    printRequest(jakarta.servlet.http.HttpServletRequest request)
     
  • Method Details

    • printRequest

      String printRequest(jakarta.servlet.http.HttpServletRequest request)