Commit a242199f8ebfdeb37d639cca0939c86e3908ee29
1 parent
20bd59f804
Exists in
master
penanganan salah user, password, ip
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
partner-trustlink.js
... | ... | @@ -160,6 +160,9 @@ function directResponseHandler(body, task) { |
160 | 160 | else if (message.indexOf('GAGAL') >= 0) { |
161 | 161 | response_code = '40'; |
162 | 162 | } |
163 | + else if (message.indexOf('atau Password atau IP tidak terdaftar') >= 0) { | |
164 | + response_code = '40'; | |
165 | + } | |
163 | 166 | else { |
164 | 167 | response_code = '68'; |
165 | 168 | } |