We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffdc64 commit 61bfafbCopy full SHA for 61bfafb
src/PSS/RequestClient.php
@@ -151,8 +151,8 @@ public function getFeedback($id)
151
protected function serializeRequest($item)
152
{
153
$request = new Entities\Request($this->apiToFriendly($item, $this->requestMap));
154
- $request->author = new Entities\Author($item);
155
- $request->product = new Entities\Product($item);
+ $request->author = new Entities\Author($item->author);
+ $request->product = new Entities\Product($item->product);
156
157
return $request;
158
}
0 commit comments