mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
remove accounting tasks from auto generated tasks temporarily until ready
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user