Commit 260ba40b995dd28cca6f7e97db40ae8fde9583df

Authored by Adhidarma Hadiwinoto
1 parent d03db4675b
Exists in master

perbaikan ambil stock

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

partner-scrappingkisel.js
... ... @@ -88,7 +88,7 @@ function topupRequest(task) {
88 88 var ref_num = result.trx_response.ref_num.join(' ').trim();
89 89 var harga = result.trx_response.harga.join(' ').trim();
90 90 var kode_voucher = result.trx_response.kode_voucher.join(' ').trim();
91   - var stocks = result.trx_response.stock(' ').trim();
  91 + var stocks = result.trx_response.stock.join(' ').trim();
92 92 var stock = parseStock(stocks, product);
93 93  
94 94 response_code = '00';