From b7086545bfb4277378c6f22dbf1eadd8cd3f3d2b Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Tue, 11 Oct 2016 19:21:54 +0700 Subject: [PATCH] verbose on checkStatus --- partner-otomax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/partner-otomax.js b/partner-otomax.js index 3863183..3ce0891 100644 --- a/partner-otomax.js +++ b/partner-otomax.js @@ -88,6 +88,7 @@ function _topupRequest(task) { } function checkStatus(task) { + logger.verbose('Going to request checkStatus', {task: task}); taskHistory.put(task, function() { requestToPartner(task, true); }); -- 1.9.0