Skip to content

Commit

Permalink
chore: updated response message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Jan 30, 2024
1 parent e0c12cc commit 57aef3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ public Response negotiate(@Valid @RequestBody TokenRequest tokenRequestBody) {
processManager.startNegotiation(httpRequest, processId, contractNegotiation);
LogUtil.printStatus("[PROCESS " + processId + "] Negotiation for [" + contractId + "] started!");

response = httpUtil.getResponse("The contract was signed successfully! Negotiation started!");
response = httpUtil.getResponse("The contract was agreed successfully! Negotiation started!");
response.data = processManager.getStatus(processId);
return httpUtil.buildResponse(response, httpResponse);

Expand Down

0 comments on commit 57aef3f

Please sign in to comment.