Resolve "Warranty MR" #1478

Open
korina.cordero wants to merge 77 commits from 563-warranty-mr into master-fix
Showing only changes of commit 441553f90d - Show all commits

View file

@ -22,11 +22,9 @@ class WarrantyAPILogger
$err_aray = [];
$err_array[] = $error;
$json_data = json_encode($log_data);
$log_entry->setApiUser($user_id)
->setErrors($err_array)
->setAllData($json_data)
->setAllData($log_data)
->setAction($action)
->setSource($source);