remove accounting tasks from auto generated tasks temporarily until ready

This commit is contained in:
Omair Saleh
2023-06-11 18:23:39 +08:00
parent 4df301cb19
commit fbf0d2fba2
@@ -33,6 +33,7 @@ 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;