Commit 797ce5f5bd7f48c2b71ca92be9561ee6a36c4f76

Authored by Adhidarma Hadiwinoto
1 parent 1cdb39dd78
Exists in master

bugfix

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

partner-bayarkilat.js
... ... @@ -105,7 +105,7 @@ function topupRequest(task) {
105 105  
106 106 getTaskForDupeCheck(task, function(err, dupeTask) {
107 107 if (dupeTask) {
108   - logger.info('Duplicate task detected, requesting topupCheck', {task});
  108 + logger.info('Duplicate task detected, requesting topupCheck', {task: task});
109 109 topupCheck(task);
110 110 } else {
111 111 requestToPartner('PURCHASE', task);