Commit 4958d9a7e8826da8ed1db5c58afcbb3a023fb9c3

Authored by Adhidarma Hadiwinoto
1 parent 787e22f4aa
Exists in master

trxke diisi dengan requestId

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

partner-trustlink.js
... ... @@ -71,7 +71,7 @@ function createXmlPayload(task, userid, password) {
71 71 {msisdn: task.destination},
72 72 {partner_trxid: task.requestId},
73 73 {signature: signature},
74   - {trxke: 1},
  74 + {trxke: task.requestId},
75 75 ]
76 76 };
77 77