Merge branch '567-adopt-branch-551' into 'master-fix'
Fix typo in error message. #567 See merge request jankstudio/resq!677
This commit is contained in:
commit
2a86497646
1 changed files with 1 additions and 1 deletions
|
|
@ -3076,7 +3076,7 @@ class APIController extends Controller implements LoggedController
|
||||||
if (!$is_customer_warranty)
|
if (!$is_customer_warranty)
|
||||||
{
|
{
|
||||||
$res->setError(true)
|
$res->setError(true)
|
||||||
->setErrorMessage('Warranty registred to a vehicle not in your list of vehicles.');
|
->setErrorMessage('Warranty registered to a vehicle not in your list of vehicles.');
|
||||||
$logger->logWarrantyInfo($log_data, $res->getErrorMessage(), $user_id, $action, $source);
|
$logger->logWarrantyInfo($log_data, $res->getErrorMessage(), $user_id, $action, $source);
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue