Skip to content

Commit

Permalink
fix(event): car-share transition event type
Browse files Browse the repository at this point in the history
swap passenger_cancellation (passenger-services) with customer_cancellation
  • Loading branch information
thekaveman committed Apr 25, 2023
1 parent 572942e commit 38104d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/modes/car-share/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ oneOf:
enum:
- comms_restored
- driver_cancellation
- passenger_cancellation
- customer_cancellation
- provider_cancellation
- service_start
- trip_end
Expand Down

0 comments on commit 38104d4

Please sign in to comment.