|
94 | 94 | var returnType = InlineResponse20010; |
95 | 95 |
|
96 | 96 | //check isMLE for an api method 'this.getBatchReport' |
97 | | - var isMLESupportedByCybsForApi = false; |
98 | | - var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, isMLESupportedByCybsForApi, 'getBatchReport'); |
| 97 | + var inboundMLEStatus = 'false'; |
| 98 | + var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, inboundMLEStatus, 'getBatchReport'); |
99 | 99 |
|
100 | 100 | if (isMLEForApi === true) { |
101 | 101 | MLEUtility.encryptRequestPayload(this.apiClient.merchantConfig, postBody).then(postBody => { |
|
159 | 159 | var returnType = InlineResponse2009; |
160 | 160 |
|
161 | 161 | //check isMLE for an api method 'this.getBatchStatus' |
162 | | - var isMLESupportedByCybsForApi = false; |
163 | | - var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, isMLESupportedByCybsForApi, 'getBatchStatus'); |
| 162 | + var inboundMLEStatus = 'false'; |
| 163 | + var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, inboundMLEStatus, 'getBatchStatus'); |
164 | 164 |
|
165 | 165 | if (isMLEForApi === true) { |
166 | 166 | MLEUtility.encryptRequestPayload(this.apiClient.merchantConfig, postBody).then(postBody => { |
|
227 | 227 | var returnType = InlineResponse2008; |
228 | 228 |
|
229 | 229 | //check isMLE for an api method 'this.getBatchesList' |
230 | | - var isMLESupportedByCybsForApi = false; |
231 | | - var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, isMLESupportedByCybsForApi, 'getBatchesList'); |
| 230 | + var inboundMLEStatus = 'false'; |
| 231 | + var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, inboundMLEStatus, 'getBatchesList'); |
232 | 232 |
|
233 | 233 | if (isMLEForApi === true) { |
234 | 234 | MLEUtility.encryptRequestPayload(this.apiClient.merchantConfig, postBody).then(postBody => { |
|
292 | 292 | var returnType = InlineResponse202; |
293 | 293 |
|
294 | 294 | //check isMLE for an api method 'this.postBatch' |
295 | | - var isMLESupportedByCybsForApi = false; |
296 | | - var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, isMLESupportedByCybsForApi, 'postBatch'); |
| 295 | + var inboundMLEStatus = 'false'; |
| 296 | + var isMLEForApi = MLEUtility.checkIsMLEForAPI(this.apiClient.merchantConfig, inboundMLEStatus, 'postBatch'); |
297 | 297 |
|
298 | 298 | if (isMLEForApi === true) { |
299 | 299 | MLEUtility.encryptRequestPayload(this.apiClient.merchantConfig, postBody).then(postBody => { |
|
0 commit comments