Commit b8fb49a7a5b130287c013637242290bba9c60780

Authored by Adhidarma Hadiwinoto
1 parent f447cb3581
Exists in master

balikin

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

... ... @@ -187,6 +187,7 @@ function topupRequestXMLRPC(task, retry) {
187 187  
188 188 }
189 189  
  190 + /*
190 191 if (value['RESPONSECODE'] != '00') {
191 192 try {
192 193 value['MESSAGE'] = value['MESSAGE'].replace(/\.;/, ';');
... ... @@ -194,6 +195,7 @@ function topupRequestXMLRPC(task, retry) {
194 195 catch(errReplaceDot) { }
195 196  
196 197 }
  198 + */
197 199  
198 200 pushResponseToMongoDb(task, {ts: responseTs, supplier: config.globals.gateway_name, raw: JSON.stringify(value), parsed: value}, value['RESPONSECODE']);
199 201