Commit a047461e authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #SB-28316 feat: DIAL code reserve API refactor.

Showing with 0 additions and 1 deletion
+0 -1
......@@ -392,7 +392,6 @@ object DIALManager {
def getDIALReserveUpdateResponse(response: Response, count: Integer, contentId: String, node: Node): Response = {
response.getResult.put(DIALConstants.COUNT, count)
response.getResult.put(ContentConstants.NODE_ID, contentId)
response.getResult.put(DIALConstants.PROCESS_ID, node.getMetadata.get(DIALConstants.PROCESS_ID))
response.getResult.put(DIALConstants.RESERVED_DIALCODES, node.getMetadata.get(DIALConstants.RESERVED_DIALCODES))
response
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment