Commit a63583e160cc2fc7c5bc6762175798414f92356b
1 parent
d073f46c90
Exists in
master
error 91
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
httppulsakita.js
... | ... | @@ -84,7 +84,7 @@ function topupRequest(task, retry) { |
84 | 84 | if (err) { |
85 | 85 | logger.warn('HTTP Request Error (' + task['requestId'] + '): ' + err); |
86 | 86 | |
87 | - callbackReport(task['requestId'], '89', 'Gangguan koneksi ke suplier'); | |
87 | + callbackReport(task['requestId'], '91', 'Gangguan koneksi ke suplier: ' + err); | |
88 | 88 | return; |
89 | 89 | } |
90 | 90 |