Commit f4ad423194adb8351cc3c3fccbb4c1629406eb84

Authored by Adhidarma Hadiwinoto
1 parent 88dddf1ef8
Exists in master

hit pakai ref_id

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

... ... @@ -53,7 +53,8 @@ function topupRequest(task) {
53 53 msisdn: task['destination'],
54 54 user_id: config.h2h_out.userid,
55 55 password: config.h2h_out.password,
56   - ts: ts
  56 + ts: ts,
  57 + ref_id: task.requestId
57 58 }
58 59 };
59 60