Commit 2bf7022eaca6c1581298c88eaac250e516ffc249
1 parent
bcc04e348c
Exists in
master
coba balik urutan topUpInquiry
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlout.js
... | ... | @@ -204,8 +204,8 @@ function checkStatus(task) { |
204 | 204 | var methodName = 'topUpInquiry'; |
205 | 205 | |
206 | 206 | var params = { |
207 | - MSISDN: config.h2h_out.userid, | |
208 | 207 | REQUESTID: task['requestId'], |
208 | + MSISDN: config.h2h_out.userid, | |
209 | 209 | PIN: config.h2h_out.password, |
210 | 210 | NOHP: task['destination'] |
211 | 211 | }; |