We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fec73 commit a0f576fCopy full SHA for a0f576f
src/Controllers/ProductsController.php
@@ -416,9 +416,7 @@ public function updateAProduct(
416
//handle errors defined at the API level
417
$this->validateResponse($_httpResponse, $_httpContext);
418
419
- $mapper = $this->getJsonMapper();
420
-
421
- return CamelCaseHelper::keysToCamelCase($mapper->mapClass($response->body, 'Pipedrive\\Models\\Product'));
+ return CamelCaseHelper::keysToCamelCase($response->body);
422
}
423
424
/**
0 commit comments