Skip to content

Commit

Permalink
fix field in pickup dropoff event message
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Dec 20, 2023
1 parent 062e2a0 commit 5d2c9c0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,12 @@ message PickupDropoffEvent {
// Ex: "Sunny Beach Hotel",
string location_name = 2;

// Ex: "true",
bool pickup_ind = 3;
// True if this pickup location is selected for the activity
//
// Ex: "true"
//
// FIXME: How is this relevant for the search result message?
bool pickup_indicator = 3;

// Ex: "OTHERS / Parking Varadero(bus stop css nº50)",
string other_info = 4;
Expand Down

0 comments on commit 5d2c9c0

Please sign in to comment.