Skip to content

Commit

Permalink
working on progress milestone command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemosalamy committed May 9, 2024
1 parent f09a48d commit 1233eac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.workup.contracts.commands;


import com.workup.shared.commands.contracts.requests.GetContractRequest;
import com.workup.shared.commands.contracts.responses.GetContractResponse;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.workup.contracts.commands;


import com.workup.shared.commands.contracts.requests.GetMilestoneRequest;
import com.workup.shared.commands.contracts.responses.GetMilestoneResponse;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.workup.contracts.commands;


import com.workup.shared.commands.contracts.requests.GetPendingTerminationsRequest;
import com.workup.shared.commands.contracts.responses.GetPendingTerminationsResponse;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public ProgressMilestoneResponse Run(ProgressMilestoneRequest request) {
// Send to payments here

// get required data from milestone
milestoneContract =
contractRepository.findById(UUID.fromString(updatedMilestone.getContractId()));
// milestoneContract =
// contractRepository.findById(UUID.fromString(updatedMilestone.getContractId()));
}

try {
Expand Down

0 comments on commit 1233eac

Please sign in to comment.