client-php icon indicating copy to clipboard operation
client-php copied to clipboard

getAllDeals is not returning the custom fields

Open rubaiet opened this issue 3 years ago • 1 comments

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);

rubaiet avatar Sep 27 '21 08:09 rubaiet

Same with others DealsController's methods

ismaelrojas01 avatar Dec 14 '21 11:12 ismaelrojas01