Closed meherzad closed 4 years ago
callDetails.setCallFlowId(rs.getString("CALL_FLOW_ID")); callDetails.setCallbackEndPoint(rs.getString("CALLBACK_END_POINT"));
CallflowId and CallbackEndpoint are being mapped in the mapper but I don't see the fields being pulled within the stored proc(get_call_details) implementation with the code
We need to confirm the actual deployed sproc should have these fields and we need to update the sproc implementation within SVC.
Cleanup code by removing domain objects within the calling service implementation to ensure API code is independent of domain or actual API implementation