added transaction to the correct queue
This commit is contained in:
@@ -59,7 +59,7 @@ class PiTransactionsCommand extends Command
|
|||||||
$job = new JobProcessWalletTransaction;
|
$job = new JobProcessWalletTransaction;
|
||||||
$job->division = 3;
|
$job->division = 3;
|
||||||
$job->charId = 94415555;
|
$job->charId = 94415555;
|
||||||
ProcessWalletTransactionJob::dispatch($job)->onQueue('default');
|
ProcessWalletTransactionJob::dispatch($job)->onQueue('journal');
|
||||||
|
|
||||||
//Mark the job as finished
|
//Mark the job as finished
|
||||||
$task->SetStopStatus();
|
$task->SetStopStatus();
|
||||||
|
|||||||
Reference in New Issue
Block a user