diff --git a/Model/Job.php b/Model/Job.php index 2a30b6f21..24b98f853 100644 --- a/Model/Job.php +++ b/Model/Job.php @@ -94,8 +94,8 @@ public function prepare() $this->setDecodedData($decodedData); - if (isset($decodedData['store_id'])) { - $this->setStoreId($decodedData['store_id']); + if (isset($decodedData['storeId'])) { + $this->setStoreId($decodedData['storeId']); } } diff --git a/Model/Queue.php b/Model/Queue.php index d4d4d8368..f71be3192 100644 --- a/Model/Queue.php +++ b/Model/Queue.php @@ -580,7 +580,7 @@ protected function stackSortedJobs(array $sortedJobs, array $tempSortableJobs, J SORT_ASC, 'method', SORT_ASC, - 'store_id', + 'storeId', SORT_ASC, 'job_id', SORT_ASC