Commit 13e965f4e1af9ba65c42ac5c1222cdac634f318b
1 parent
4252c28180
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -219,7 +219,7 @@ function topupResponseHandler(task, response) { |
219 | 219 | var message = message + " " + st24message; |
220 | 220 | } |
221 | 221 | |
222 | - logger.info('Got result: ' + message, {result: result}); | |
222 | + logger.info('Got result: ' + message, {response: response}); | |
223 | 223 | callbackReport(task.requestId, st24rc, st24message); |
224 | 224 | } |
225 | 225 |