Commit 6fc0cd5de057ab0b10c0f36950b021901864170c

Authored by Adhidarma Hadiwinoto
1 parent d309c00e08
Exists in master

pass balance to topupResponseBalance

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

partner-kospinjasa.js
... ... @@ -152,12 +152,12 @@ function billpayment(task, balance) {
152 152 return;
153 153 }
154 154  
155   - topupResponseHandler(task, result);
  155 + topupResponseHandler(task, result, balance);
156 156 });
157 157 });
158 158 }
159 159  
160   -function topupResponseHandler(task, response) {
  160 +function topupResponseHandler(task, response, balance) {
161 161 var st24rc = '68';
162 162 var st24message = response.outputParameter.resultDesc.$value;
163 163