Commit 48f51b942c2a8e8aade836a19c099e9a2f8eae79
1 parent
b0fb9b5454
Exists in
master
Kuota Produk Untuk Hari Ini Habis: 13
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
partner-cjk.js
... | ... | @@ -230,6 +230,10 @@ function topupResponseHandler(body, task) { |
230 | 230 | else if (message.indexOf('Nomor Pelanggan Salah') >= 0) { |
231 | 231 | |
232 | 232 | rc = '14'; |
233 | + } | |
234 | + else if (message.indexOf('Kuota Produk Untuk Hari Ini Habis') >= 0) { | |
235 | + | |
236 | + rc = '13'; | |
233 | 237 | |
234 | 238 | } else { |
235 | 239 | rc = supplierRcToST24Rc(result.ciwaru.rc[0]); |