Skip to content

Commit

Permalink
chore: edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Sep 12, 2024
1 parent 2201509 commit b3e0ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void scheduleCheckDelayedShippingOrder() {

@Scheduled(fixedRate = 60000)
public void scheduleCheckWarningOrder() {
log.info("판매확정 후 6일 (144시간)이 지났는데, 구매확정이 되지 않았고, 신고도 하지 않은 주문 확인");
log.info("판매확정 후 7일 (168시간)이 지났는데, 구매확정이 되지 않았고, 신고도 하지 않은 주문 확인");
orderService.checkWarningOrder();
}
}

0 comments on commit b3e0ef3

Please sign in to comment.