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(
261
261
262
262
//process optional query parameters
263
263
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 ' ),
268
269
));
269
270
270
271
//validate and preprocess url
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ public function testTestGetDealsSummary()
217
217
$ input ['filterId ' ] = null ;
218
218
$ input ['userId ' ] = null ;
219
219
$ input ['stageId ' ] = null ;
220
+ $ input ['pipelineId ' ] = null ;
220
221
221
222
// Set callback and perform API call
222
223
$ result = null ;
You can’t perform that action at this time.
0 commit comments