Commit 9dd944f22353c9028531621fcdb4be821bacad6f
1 parent
f5629d5d03
Exists in
master
System sedang maintenance rc91
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
gentong.js
... | ... | @@ -370,6 +370,9 @@ function responseCodeFromMessage(message) { |
370 | 370 | else if (message.toLowerCase().indexOf('stok tidak tersedia dari pilihan2 yg tersedia') >= 0) { |
371 | 371 | return '13'; |
372 | 372 | } |
373 | + else if (message.search(/system sedang maintenance/i) >= 0) { | |
374 | + return '91'; | |
375 | + } | |
373 | 376 | |
374 | 377 | return; |
375 | 378 | } |