Commit 9ab77682366d0575e0a0a8d43ae6b5eccddfe944

Authored by Adhidarma Hadiwinoto
1 parent cfd9b2dbd1
Exists in master

MSISDN tidak ditemukan

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

... ... @@ -103,7 +103,10 @@ function directResponseHandler(body, request_id) {
103 103 response_code = '14';
104 104 } else if (message.indexOf('GAGAL. Nomor telp salah.') >= 0) {
105 105 response_code = '14';
  106 + } else if (message.indexOf('GAGAL. MSISDN tidak ditemukan') >= 0) {
  107 + response_code = '14';
106 108 }
  109 +
107 110 }
108 111  
109 112 callbackReport(request_id, response_code, message);