Commit 43b4c4cb8f7fdf31eeb007928303e920aafbcb4a

Authored by Adhidarma Hadiwinoto
1 parent 67a5d92544
Exists in master

log response body

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

partner-bayarkilat.js
... ... @@ -66,6 +66,7 @@ function topupRequest(task, retry) {
66 66 return;
67 67 }
68 68  
  69 + logger.verbose('Got response', {requestId: task.requestId, responseBody: body});
69 70 callbackReport(task.requestId, '68', body);
70 71 });
71 72 }