feat: auto-booking services
addresses #869cfcptv
This commit is contained in:
@@ -91,6 +91,7 @@ class ParticipantFieldOptionsProviderMandatoryServiceTest extends TestCase
|
||||
$nonMandatoryService->available = 10;
|
||||
$nonMandatoryService->price = 10.0;
|
||||
$nonMandatoryService->mandatory = false;
|
||||
$nonMandatoryService->autoBook = true;
|
||||
|
||||
$travel = $this->createTravelWithAdditionalServices([$nonMandatoryService]);
|
||||
$bookingDto = new BookingDto($travel, 1);
|
||||
|
||||
Reference in New Issue
Block a user