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
|
// Update mappings, add services and pickups
|
||||||
foreach ($formData->participants as $participant) {
|
foreach ($formData->participants as $participant) {
|
||||||
// skip canceled participants
|
// skip canceled participants
|
||||||
if ('F' !== $participant->status) {
|
if (true === $participant->isCanceled()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user