Commit bcc04e348cfa9609494aff0b09121f9a426960e7
1 parent
28bb9d0fb2
Exists in
master
perbaikan callbackReport pada topUpInquiry
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlout.js
... | ... | @@ -221,7 +221,7 @@ function checkStatus(task) { |
221 | 221 | } |
222 | 222 | logger.info('Method response for \'' + methodName, {response: value}); |
223 | 223 | |
224 | - callbackReport(value['REQUESTID'], value['RESPONSECODE'], value['MESSAGE']); | |
224 | + callbackReport(task.requestId, value['RESPONSECODE'], value['MESSAGE']); | |
225 | 225 | }); |
226 | 226 | } |
227 | 227 |