feat: fixing request for information
This commit is contained in:
parent
e24c13367c
commit
48225227d1
|
|
@ -9,7 +9,7 @@ func RequestForInformationObjectionResponseMapper(requestForInformationObjection
|
|||
if requestForInformationObjectionReq != nil {
|
||||
requestForInformationObjectionRes = &res.RequestForInformationObjectionResponse{
|
||||
ID: requestForInformationObjectionReq.ID,
|
||||
RequestForInformationId: requestForInformationObjectionReq.RequestForInformationId,
|
||||
RequestForInformationItemId: requestForInformationObjectionReq.RequestForInformationItemId,
|
||||
DocumentName: requestForInformationObjectionReq.DocumentName,
|
||||
MainReason: requestForInformationObjectionReq.MainReason,
|
||||
SecondaryReason: requestForInformationObjectionReq.SecondaryReason,
|
||||
|
|
|
|||
Loading…
Reference in New Issue