File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -261,10 +261,11 @@ public function getDealsSummary(
261261
262262 //process optional query parameters
263263 APIHelper::appendUrlWithQueryParameters ($ _queryBuilder , array (
264- 'status ' => $ this ->val ($ options , 'status ' ),
265- 'filter_id ' => $ this ->val ($ options , 'filterId ' ),
266- 'user_id ' => $ this ->val ($ options , 'userId ' ),
267- 'stage_id ' => $ this ->val ($ options , 'stageId ' ),
264+ 'status ' => $ this ->val ($ options , 'status ' ),
265+ 'filter_id ' => $ this ->val ($ options , 'filterId ' ),
266+ 'user_id ' => $ this ->val ($ options , 'userId ' ),
267+ 'stage_id ' => $ this ->val ($ options , 'stageId ' ),
268+ 'pipeline_id ' => $ this ->val ($ options , 'pipelineId ' ),
268269 ));
269270
270271 //validate and preprocess url
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ public function testTestGetDealsSummary()
217217 $ input ['filterId ' ] = null ;
218218 $ input ['userId ' ] = null ;
219219 $ input ['stageId ' ] = null ;
220+ $ input ['pipelineId ' ] = null ;
220221
221222 // Set callback and perform API call
222223 $ result = null ;
You can’t perform that action at this time.
0 commit comments