Commit 0ecfb2bae3b7cc7c168a892313aa81b6119779e1

Authored by Adhidarma Hadiwinoto
1 parent 15414ae66c
Exists in master

Perbaikan extract balance pada topupRequest

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

... ... @@ -95,7 +95,7 @@ function _topUpRequest(task, isAdvice) {
95 95 logger.info('Got XMLRPC response from partner for', {method: xmlrpcMethod, trx_id: task.trx_id, destination: task.destination, response: value});
96 96 matrix.last_topupRequest_ack = value;
97 97  
98   - const balance = st24.extractBalanceFromMsg(value.MESSAGE, config.balance_pattern) || null;
  98 + const balance = st24.extractBalanceFromMsg(value.MESSAGE, config.partner.balance_pattern || config.balance_pattern) || null;
99 99  
100 100 if (balance) {
101 101 logger.verbose('TOPUPREQUEST: Balance from supplier extracted', {