Commit 26753cdeeb18e973fa487bfe894795d98238fa30

Authored by Adhidarma Hadiwinoto
1 parent 9dd944f223
Exists in master

transaksi gagal di proses, ulangi beberapa saat lagi rc40

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

... ... @@ -373,6 +373,9 @@ function responseCodeFromMessage(message) {
373 373 else if (message.search(/system sedang maintenance/i) >= 0) {
374 374 return '91';
375 375 }
  376 + else if (message.search(/transaksi gagal di proses, ulangi beberapa saat lagi/i) >= 0) {
  377 + return '40';
  378 + }
376 379  
377 380 return;
378 381 }