Skip to content

Commit

Permalink
UXPROD-5001 Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAntonich committed Dec 12, 2024
1 parent 7ab9055 commit 48c3cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public Result<RequestAndRelatedRecords> sendNoticeOnRequestCancelled(
log.debug("sendNoticeOnRequestCancelled:: parameters records: {}", () -> records);
Request request = records.getRequest();

// Send the cancellation notice only if the suppressNotification flag is false
// Send the cancellation notice only if the isDcbReRequestCancellation flag is false
if (!request.getDcbReRequestCancellationValue()) {
if (request.hasItemId()) {
sendCancellationNoticeForRequestWithItemId(request);
Expand Down

0 comments on commit 48c3cbe

Please sign in to comment.