Commit 89c3ecab5425c4a1392b66b9e9878242c7588fc6
1 parent
04671bba9f
Exists in
master
lastElapsedTime
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -281,6 +281,7 @@ function billpayment(task, balance) { |
281 | 281 | lastRequest: soapClient.lastRequest, |
282 | 282 | lastMessage: soapClient.lastMessage, |
283 | 283 | lastResponse: soapClient.lastResponse, |
284 | + lastElapsedTime: soapClient.lastElapsedTime, | |
284 | 285 | } |
285 | 286 | ); |
286 | 287 | |
... | ... | @@ -295,7 +296,7 @@ function billpayment(task, balance) { |
295 | 296 | } |
296 | 297 | |
297 | 298 | topupResponseHandler(task, result, balance, soapClient.lastResponse); |
298 | - }); | |
299 | + }, , {timeout: 120000, time: true}); | |
299 | 300 | }); |
300 | 301 | } |
301 | 302 |