Commit 07395009641eb1a2a549fad8e1ea0ad1d4546506

Authored by Adhidarma Hadiwinoto
1 parent 5b35f0e4fb
Exists in master

log partner response

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

... ... @@ -109,6 +109,8 @@ function topupRequest(task, pendingOnConnectError) {
109 109 return;
110 110 }
111 111  
  112 + logger.verbose('Got response from partner', {task: task, body: body});
  113 +
112 114 let result = parsePartnerMessage(body);
113 115  
114 116 if (!result) {