Commit c0641cd8a707a4e1a2dabcdd901886cf166d9925

Authored by Adhidarma Hadiwinoto
1 parent c57812d9d8
Exists in master

perbaikan callback jika request error

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

... ... @@ -134,7 +134,7 @@ function topupResponseHandler(body, request_id) {
134 134 }
135 135  
136 136 aaa.pushResponseToMongoDb(request_id, response, '40');
137   - callbackReport(request_id, '40', buffer);
  137 + callbackReport(request_id, '40', err);
138 138 return;
139 139 }
140 140