Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gj0dcsa committed Nov 27, 2023
2 parents 04c764c + 07c96e8 commit d9e85f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ public static BookingScenarioListBuilder buildTree(
shipper_GetBooking(
CONFIRMED, AMENDMENT_RECEIVED)),
uc10_carrier_declineBooking()
.then(shipper_GetBooking(DECLINED)))),
.then(shipper_GetBooking(DECLINED)),
uc12_shipper_cancelBooking()
.then(shipper_GetBooking(CANCELLED)))),
uc4_carrier_rejectBookingRequest().then(shipper_GetBooking(REJECTED)),
uc12_shipper_cancelBooking().then(shipper_GetBooking(CANCELLED)),
uc2_carrier_requestUpdateToBookingRequest()
Expand Down

0 comments on commit d9e85f8

Please sign in to comment.