|
81 | 81 | var SdkTracker = require('../utilities/tracking/SdkTracker'); |
82 | 82 |
|
83 | 83 | var sdkTracker = new SdkTracker(); |
84 | | - postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CaseManagementActionsRequest', this.apiClient.merchantConfig.runEnvironment); |
| 84 | + postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CaseManagementActionsRequest', this.apiClient.merchantConfig.runEnvironment, this.apiClient.merchantConfig.defaultDeveloperId); |
85 | 85 |
|
86 | 86 | var pathParams = { |
87 | 87 | 'id': id |
|
137 | 137 | var SdkTracker = require('../utilities/tracking/SdkTracker'); |
138 | 138 |
|
139 | 139 | var sdkTracker = new SdkTracker(); |
140 | | - postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/AddNegativeListRequest', this.apiClient.merchantConfig.runEnvironment); |
| 140 | + postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/AddNegativeListRequest', this.apiClient.merchantConfig.runEnvironment, this.apiClient.merchantConfig.defaultDeveloperId); |
141 | 141 |
|
142 | 142 | var pathParams = { |
143 | 143 | 'type': type |
|
193 | 193 | var SdkTracker = require('../utilities/tracking/SdkTracker'); |
194 | 194 |
|
195 | 195 | var sdkTracker = new SdkTracker(); |
196 | | - postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CaseManagementCommentsRequest', this.apiClient.merchantConfig.runEnvironment); |
| 196 | + postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CaseManagementCommentsRequest', this.apiClient.merchantConfig.runEnvironment, this.apiClient.merchantConfig.defaultDeveloperId); |
197 | 197 |
|
198 | 198 | var pathParams = { |
199 | 199 | 'id': id |
|
243 | 243 | var SdkTracker = require('../utilities/tracking/SdkTracker'); |
244 | 244 |
|
245 | 245 | var sdkTracker = new SdkTracker(); |
246 | | - postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CreateBundledDecisionManagerCaseRequest', this.apiClient.merchantConfig.runEnvironment); |
| 246 | + postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/CreateBundledDecisionManagerCaseRequest', this.apiClient.merchantConfig.runEnvironment, this.apiClient.merchantConfig.defaultDeveloperId); |
247 | 247 |
|
248 | 248 | var pathParams = { |
249 | 249 | }; |
|
298 | 298 | var SdkTracker = require('../utilities/tracking/SdkTracker'); |
299 | 299 |
|
300 | 300 | var sdkTracker = new SdkTracker(); |
301 | | - postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/FraudMarkingActionRequest', this.apiClient.merchantConfig.runEnvironment); |
| 301 | + postBody = sdkTracker.insertDeveloperIdTracker(postBody, 'module:model/FraudMarkingActionRequest', this.apiClient.merchantConfig.runEnvironment, this.apiClient.merchantConfig.defaultDeveloperId); |
302 | 302 |
|
303 | 303 | var pathParams = { |
304 | 304 | 'id': id |
|
0 commit comments