Skip to content

Commit

Permalink
RAC-254 comment: todo ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Jan 17, 2024
1 parent 4a00622 commit ac625e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void updateCancel(User user, Long mentoringId) {
mentoringUpdateService.updateStatus(mentoring, CANCEL);
Payment payment = paymentGetService.byMentoring(mentoring);
paymentUpdateService.updateStatus(payment, Status.CANCEL);
// todo ํ™˜๋ถˆ ๊ตฌํ˜„ ํ›„ ์ˆ˜์ •
}

public void updateDone(User user, Long mentoringId) {
Expand Down

0 comments on commit ac625e0

Please sign in to comment.