diff --git a/app/Console/Commands/pitransactions.php b/app/Console/Commands/pitransactions.php index 0f1e2b706..11d60c6f9 100644 --- a/app/Console/Commands/pitransactions.php +++ b/app/Console/Commands/pitransactions.php @@ -59,7 +59,7 @@ class PiTransactionsCommand extends Command $job = new JobProcessWalletTransaction; $job->division = 3; $job->charId = 94415555; - ProcessWalletTransactionJob::dispatch($job)->onQueue('default'); + ProcessWalletTransactionJob::dispatch($job)->onQueue('journal'); //Mark the job as finished $task->SetStopStatus();