Commit c0406ae491d2527bad78c503aabd3eeb13cf715c

Authored by Adhidarma Hadiwinoto
1 parent d356e0e7b2
Exists in master

tambah ;

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

partner-masterpulsa-voucher.js
... ... @@ -219,7 +219,7 @@ function getST24ResponseCode(supplierResponseCode) {
219 219 else if (supplierResponseCode == '63') {
220 220 // kata mp sih harusnya suspect tapi selama ini gagal hasilnya,
221 221 // contoh: [63] ERROR Tidak ada Pembayaran ke:089664568903
222   - st24rc = '40'
  222 + st24rc = '40';
223 223 }
224 224 else if (['00', '13', '14', '47', '68'].indexOf(supplierResponseCode) >= 0) {
225 225 st24rc = supplierResponseCode;