Commit 29abebf10c30df55b5d636be3240cc13d1dc2739
1 parent
205954bc7c
Exists in
master
and in
1 other branch
Hapus field password pada response trx-status
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
lib/partner-listener/routers/trx-status.js
... | ... | @@ -94,9 +94,8 @@ async function pageIndex(req, res) { |
94 | 94 | from_ip: remoteIp, |
95 | 95 | terminal_name: req.body.terminal_name || req.query.terminal_name, |
96 | 96 | full_terminal_name: askerTerminalName, |
97 | - password: req.body.password || req.query.password, | |
98 | 97 | message: coreResponse.message, |
99 | - trx_found: Boolean(trx), | |
98 | + trx_found: !!trx, | |
100 | 99 | trx, |
101 | 100 | // original_trx: coreResponse.result, |
102 | 101 | }; |