Commit cfd9b2dbd10510ed6ae8522c8a128d66020e4eef

Authored by Adhidarma Hadiwinoto
1 parent 1ffca70467
Exists in master

Nomor telp salah

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

... ... @@ -101,6 +101,8 @@ function directResponseHandler(body, request_id) {
101 101  
102 102 if (message.indexOf('Jenis produk tidak cocok') >= 0) {
103 103 response_code = '14';
  104 + } else if (message.indexOf('GAGAL. Nomor telp salah.') >= 0) {
  105 + response_code = '14';
104 106 }
105 107 }
106 108