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