remove accounting tasks from auto generated tasks temporarily until ready

This commit is contained in:
Omair Saleh
2023-06-11 18:25:06 +08:00
parent fbf0d2fba2
commit db92db6cec
@@ -33,7 +33,6 @@ class UpdatesTransactionStatus extends AbstractUpdateRecord
$model->status = $status;
$result = $this->handler($model);
if(config('perfexcrm.is_enabled') == 'true'){
dd('reached');
$this->transactionToPerfexCRMProcessor->execute($transaction, $status);
}
return $result;