Commit 27665d6422494bdb53b883d45644a385c6d2c4a2
1 parent
872fa65c31
Exists in
master
value
Showing 1 changed file with 11 additions and 11 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -392,17 +392,17 @@ function topupResponseHandler(task, response, balance, rawResponse) { |
392 | 392 | message = message + ' -- Prev Balance: ' + balance; |
393 | 393 | |
394 | 394 | var parsedResponse = { |
395 | - productCode: response.productCode, | |
396 | - terminal: response.terminal, | |
397 | - transactionType: response.transactionType, | |
398 | - billNumber: response.billNumber, | |
399 | - amount: response.amount, | |
400 | - bit61: response.bit61, | |
401 | - reff: response.reff, | |
402 | - timeStamp: response.timeStamp, | |
403 | - resultCode: response.resultCode, | |
404 | - resultDesc: response.resultDesc, | |
405 | - bit39: response.bit39, | |
395 | + productCode: response.productCode.$value, | |
396 | + terminal: response.terminal.$value, | |
397 | + transactionType: response.transactionType.$value, | |
398 | + billNumber: response.billNumber.$value, | |
399 | + amount: response.amount.$value, | |
400 | + bit61: response.bit61.$value, | |
401 | + reff: response.reff.$value, | |
402 | + timeStamp: response.timeStamp.$value, | |
403 | + resultCode: response.resultCode.$value, | |
404 | + resultDesc: response.resultDesc.$value, | |
405 | + bit39: response.bit39.$value, | |
406 | 406 | prevBalance: balance, |
407 | 407 | } |
408 | 408 |