Commit cc333eb0773a3f7a38b34de3ec1fea4e3c4cdeb0
1 parent
1a487ce08c
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-datacell.js
... | ... | @@ -165,7 +165,7 @@ function topupResponseHandler(body, request_id) { |
165 | 165 | |
166 | 166 | var balance = balanceFromMessage(message); |
167 | 167 | if (balance != null) { |
168 | - trx_balances[request_id] = balances; | |
168 | + trx_balances[request_id] = balance; | |
169 | 169 | setTimeout(deleteTrxBalance, 3 * 24 * 3600 * 1000, request_id); |
170 | 170 | } else if (response_code == '00' && trx_balances[request_id] !== undefined) { |
171 | 171 | balance = trx_balances[request_id]; |