Commit a5de2a87ff27f34e224c1dde061a9896f33cd676

Authored by Adhidarma Hadiwinoto
1 parent 28604420b4
Exists in master

callbackReport pakai task.requestId

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -135,7 +135,7 @@ function _topupRequest(task, pendingOnConnectError) {
135 135 }
136 136  
137 137 callbackReport(
138   - value['REQUESTID'], value['RESPONSECODE'], value['MESSAGE'], null, JSON.stringify({methodName: methodName, response: value})
  138 + task.requestId, value['RESPONSECODE'], value['MESSAGE'], null, JSON.stringify({methodName: methodName, response: value})
139 139 );
140 140 });
141 141 }