From 9c0d4816930a0d66ca6a9c5f396f085ba3f4e1e1 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Sun, 11 Jun 2023 18:27:19 +0800 Subject: [PATCH] remove accounting tasks from auto generated tasks temporarily until ready --- .../PerfexCRM/Processors/TransactionToPerfexCRMProcessorV2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/PerfexCRM/Processors/TransactionToPerfexCRMProcessorV2.php b/app/Classes/Modules/PerfexCRM/Processors/TransactionToPerfexCRMProcessorV2.php index 90d923e1..0b5ba42b 100644 --- a/app/Classes/Modules/PerfexCRM/Processors/TransactionToPerfexCRMProcessorV2.php +++ b/app/Classes/Modules/PerfexCRM/Processors/TransactionToPerfexCRMProcessorV2.php @@ -18,12 +18,12 @@ class TransactionToPerfexCRMProcessorV2 { public function execute(Transaction $model, int $status) { - Log::info('Called'); try { if($model->owner instanceof \App\Models\Booking) { $bookingInfo = $this->extractBookingInfo($model); $projectName = 'Exchange | ' . $bookingInfo['serviceTypeName'] . ' | ' . $bookingInfo['bookingMarking']; $tasks = $this->defineTasks($model, $status); + Log::info(json_encode($tasks)); if(count($tasks) > 0) { $updatePerfexCRMObject = new UpdatePerfexCRMObject(