Resolve "Resq 1.5 changes" #1556

Merged
korina.cordero merged 30 commits from 632-resq-1-5-changes into master-fix 2021-12-03 05:54:22 +00:00
Showing only changes of commit 280a7c9c8f - Show all commits

View file

@ -2072,10 +2072,12 @@ class APIController extends Controller implements LoggedController
{
$jo_rating = $jo->getRating();
if ($jo_rating != null)
{
$rating = $jo_rating->getRating();
// get comment
$comment = $jo_rating->getComment();
// get comment
$comment = $jo_rating->getComment();
}
}
}