Commit b7e6c0056390ae9f0ba5b02a892494f399be7aba

Authored by Adhidarma Hadiwinoto
1 parent b05d7de6ca
Exists in master

KONSUMEN .* DIBLOKIR HUBUNGI PLN

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

... ... @@ -286,6 +286,10 @@ function topupRequest(task) {
286 286 callbackReport(task.requestId, '14', responseMessage);
287 287 return;
288 288 }
  289 + else if ( (resultCode == '0099') && (result_error_message.search(/KONSUMEN .* DIBLOKIR HUBUNGI PLN/) >= 0) ) {
  290 + callbackReport(task.requestId, '14', responseMessage);
  291 + return;
  292 + }
289 293 else if ( (resultCode == '0099') && (result_error_message.search(/INQUIRY TIMEOUT, SILAHKAN DICOBA KEMBALI/) >= 0) ) {
290 294 callbackReport(task.requestId, '91', responseMessage);
291 295 return;