From ab9a19d4f119d4cd4d132056e3a87d95124d10cb Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 23 May 2019 23:27:52 -0500 Subject: [PATCH] added transaction to the correct queue --- app/Console/Commands/pitransactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();