Hi , I have a problem with getting userid in new version, I was looking for examples and found it:
$userId = (int) $paramObject->additionalParamList['entityId'];,
But it's cod returned 0
$id = OW::getUser()->getId();
This cod not working and crash with error: Class 'OW' not found.
Please help)