automatically complete tasks

This commit is contained in:
Omair Saleh
2023-06-15 06:19:26 +08:00
parent d6516fda53
commit e093a4d43c
@@ -25,7 +25,7 @@ class TransactionToPerfexCRMProcessorV2
$bookingInfo = $this->extractBookingInfo($transaction);
$projectName = 'Exchange | ' . $bookingInfo['serviceTypeName'] . ' | ' . $bookingInfo['bookingMarking'];
$tasks = $this->defineTasks($model, $status);
dd($tasks);
if(count($tasks) > 0) {
$updatePerfexCRMObject = new UpdatePerfexCRMObject(
$bookingInfo['companyName'],