Commit 966b9d8c74980ea560406bc03ac4c729b4a02e35

Authored by Adhidarma Hadiwinoto
1 parent c9e50a17a0
Exists in master

report to aaa on req error

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

... ... @@ -78,6 +78,7 @@ function topupRequest(task, retry) {
78 78  
79 79 req.on('error', function(e) {
80 80 console.log('problem with request: ' + e.message);
  81 + callbackReport(task['requestId'], '40', e.message);
81 82 });
82 83  
83 84 req.write( payload_xml );