Rename id field. #737

This commit is contained in:
Korina Cordero 2023-02-21 02:38:57 +00:00
parent 445ad87282
commit d1b8da24bf

View file

@ -26,7 +26,7 @@ class JobOrderCallbackRouter
// form the body for the callback
// jo id and jo status
$jo_data = [
'id' => $jo->getID(),
'job_id' => $jo->getID(),
// 'status' => JOStatus::getName($jo->getStatus()),
];