mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
remove accounting tasks from auto generated tasks temporarily until ready
This commit is contained in:
@@ -18,6 +18,7 @@ class TransactionToPerfexCRMProcessorV2
|
||||
{
|
||||
public function execute(Transaction $model, int $status)
|
||||
{
|
||||
Log::info('Called');
|
||||
try {
|
||||
if($model->owner instanceof \App\Models\Booking) {
|
||||
$bookingInfo = $this->extractBookingInfo($model);
|
||||
@@ -36,7 +37,6 @@ class TransactionToPerfexCRMProcessorV2
|
||||
[],
|
||||
$tasks
|
||||
);
|
||||
Log::info(json_encode($updatePerfexCRMObject));
|
||||
$this->dispatchUpdateJob($model, $status, $updatePerfexCRMObject);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user