feat: selectable drop-offs for inbound bus travel
This commit is contained in:
@@ -57,6 +57,6 @@ class ParticipantPickupFieldHandler extends AbstractParticipantFieldHandler
|
||||
$selectedPickup = $this->getFieldValue($submittedData, $this->getFieldName());
|
||||
|
||||
// Validate pickup selection against available outbound pickups
|
||||
$participant->pickup = $this->findItemById($selectedPickup, $bookingDto->travel->pickupsOutbound);
|
||||
$participant->pickup = $this->findItemById($selectedPickup, $bookingDto->travel->pickups);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user