Skip to content

Commit

Permalink
DT-620
Browse files Browse the repository at this point in the history
  • Loading branch information
preetamnpr committed Nov 30, 2023
1 parent 7241e01 commit 20e5fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void sendCancelEntireBooking(JsonNode actionPrompt) {
.createObjectNode()
.put("bookingStatus", BookingState.CANCELLED.wireName()));

addOperatorLogEntry("Sent a cancel amendment request of '%s'".formatted(cbrr));
addOperatorLogEntry("Sent a cancel booking request of '%s'".formatted(cbrr));
}

private void sendCancelBookingAmendment(JsonNode actionPrompt) {
Expand Down

0 comments on commit 20e5fbd

Please sign in to comment.