Skip to content

Commit

Permalink
DT-620
Browse files Browse the repository at this point in the history
  • Loading branch information
preetamnpr committed Nov 28, 2023
1 parent a5fa9d4 commit 292eb8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ protected Map<Class<? extends ConformanceAction>, Consumer<JsonNode>> getActionP
Map.entry(Shipper_GetAmendedBooking404Action.class, this::getBookingRequest),
Map.entry(UC3_Shipper_SubmitUpdatedBookingRequestAction.class, this::sendUpdatedBooking),
Map.entry(UC7_Shipper_SubmitBookingAmendment.class, this::sendUpdatedConfirmedBooking),
Map.entry(UC9_Shipper_CancelBookingAmendment.class, this::sendCancelEntireBooking),
Map.entry(UC12_Shipper_CancelEntireBookingAction.class, this::sendCancelBookingAmendment));
Map.entry(UC9_Shipper_CancelBookingAmendment.class, this::sendCancelBookingAmendment),
Map.entry(UC12_Shipper_CancelEntireBookingAction.class, this::sendCancelEntireBooking));
}

private void getBookingRequest(JsonNode actionPrompt) {
Expand Down

0 comments on commit 292eb8a

Please sign in to comment.