Commit 233ce148e4dd08a22ab827f6e12f2872ca79570c

Authored by Adhidarma Hadiwinoto
1 parent da19a3d225
Exists in master

perbaikan parsing produk

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

... ... @@ -58,11 +58,11 @@ function _hitTopup(task, isCheckStatus) {
58 58 request_type: "purchase",
59 59 noid: config.h2h_out.noid,
60 60 token: config.h2h_out.token,
61   - product: task.remoteProduct[0],
62   - product_type: task.remoteProduct[1],
  61 + product: remoteProduct[0],
  62 + product_type: remoteProduct[1],
63 63 id_pel: task.destination,
64   - nominal: task.remoteProduct[2],
65   - admin: task.remoteProduct[3],
  64 + nominal: remoteProduct[2],
  65 + admin: remoteProduct[3],
66 66 trace_id: task.requestId
67 67 }
68 68