Commit 816884a3be0afd9402cadffbb12ccc38503240e3

Authored by Adhidarma Hadiwinoto
1 parent 6e312f487a
Exists in master

downlineInfo menggunakan parameter standar

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

lib/command-handler/downlineinfo.js
... ... @@ -21,10 +21,9 @@ function execute(tokens, params, cb) {
21 21 }
22 22  
23 23 const coreParams = {
24   - terminal_name: params.from,
  24 + asker_terminal_name: params.from,
  25 + asker_terminal_password: tokens[2],
25 26 downline_store_id: tokens[1].replace(/^#/, ''),
26   - password: tokens[2],
27   - postpaid: 0
28 27 };
29 28  
30 29 coreapi(coreEndpoint, coreParams, 'GET', cb);