Commit d2ec5c6b2e02b9c1b8cb76105a353bbd6ce17cc6

Authored by Adhidarma Hadiwinoto
1 parent f6bdc4b9c3
Exists in master

stok tidak tersedia

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

... ... @@ -361,7 +361,7 @@ function responseCodeFromMessage(message) {
361 361 else if (message.toLowerCase().indexOf('saldo anda tidak mencukupi') >= 0) {
362 362 return '40';
363 363 }
364   - else if (message.search(/stok product .* tidak tersedia ke nomor .* dari pilihan2 yg tersedia/i) >= 0) {
  364 + else if (message.search(/stok .* tidak tersedia ke nomor .*/i) >= 0) {
365 365 return '13';
366 366 }
367 367 else if (message.search(/stok produk .* gangguan ke no tujuan/i) >= 0) {