Commit b7086545bfb4277378c6f22dbf1eadd8cd3f3d2b

Authored by Adhidarma Hadiwinoto
1 parent 12fefbf359
Exists in master

verbose on checkStatus

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

... ... @@ -88,6 +88,7 @@ function _topupRequest(task) {
88 88 }
89 89  
90 90 function checkStatus(task) {
  91 + logger.verbose('Going to request checkStatus', {task: task});
91 92 taskHistory.put(task, function() {
92 93 requestToPartner(task, true);
93 94 });