fix: include participants with status 'option' in processing
This commit is contained in:
@@ -19,7 +19,7 @@ class BookingDataProcessor
|
||||
// Update mappings, add services and pickups
|
||||
foreach ($formData->participants as $participant) {
|
||||
// skip canceled participants
|
||||
if ('F' !== $participant->status) {
|
||||
if (true === $participant->isCanceled()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user