Commit bf9c8ca59d91bea040232fa8e4cf4798677b7a0a

Authored by Adhidarma Hadiwinoto
1 parent 44e4cd25a7
Exists in master

debug

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

... ... @@ -100,7 +100,10 @@ function _hitTopup(task, isCheckStatus) {
100 100 return;
101 101 }
102 102  
  103 + logger.verbose('Got response from partner', {task: task, responseBody: body});
  104 +
103 105 const responseData = parseResponseBody(body);
  106 + logger.verbose('Response body parsed as json value', {responseData: responseData});
104 107 const data = responseDataProcessor(responseData);
105 108  
106 109 callbackReport(task.requestId, data.rc, data.combinedMessage, {task: task});