Commit e02146d4722d05185050fad2945b4f91dddc235e

Authored by Adhidarma Hadiwinoto
1 parent 26654005cc
Exists in master

40 jika gagal parsing

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

... ... @@ -99,7 +99,8 @@ function topupRequest(task, retry) {
99 99 xml(httpResponseBody, function(err, result) {
100 100 if (err) {
101 101 console.log('Gagal parsing XML respon server');
102   - topupRequest(task, retry - 1);
  102 + //topupRequest(task, retry - 1);
  103 + callbackReport(task['requestId'], '40', 'Gagal parsing XML pada respon server');
103 104 return;
104 105 }
105 106