Commit 938cabba671c7adaf401867a85943209effc2c24
1 parent
e2bf68a794
Exists in
master
perbaikan typo pada advice
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlrpc-server.js
... | ... | @@ -280,7 +280,7 @@ function sendTopUpInquryToMaster(params, remoteAddress, responseToClient) { |
280 | 280 | url: config.inquiry_url, |
281 | 281 | qs: { |
282 | 282 | REQUESTID: params.REQUESTID, |
283 | - MSISDN: param.MSISDN, | |
283 | + MSISDN: params.MSISDN, | |
284 | 284 | PIN: params.PIN, |
285 | 285 | NO_HP: params.NO_HP, |
286 | 286 | TRUST: 'NO_TRUST', |