client-php
client-php copied to clipboard
getAllDeals is not returning the custom fields
json mapper in getAllDeals is not returning the custom fields
return CamelCaseHelper::keysToCamelCase($mapper->mapClass($response->body, 'Pipedrive\\Models\\GetDeals'));
Better use this
return CamelCaseHelper::keysToCamelCase($response->body);
Same with others DealsController's methods