Commit fd31573763330fd814d267d42d04264b7193ee18
1 parent
525f0bf553
Exists in
master
Perbaikan dumper dan base_bill_amount
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
lib/callback/dumper.js
lib/callback/handler-postpaid.js
... | ... | @@ -44,7 +44,7 @@ module.exports = (req, res) => { |
44 | 44 | amount_to_charge: (isInquiry && Number(getFromReq(req, 'amount_to_charge'))) |
45 | 45 | || undefined, |
46 | 46 | bill_count: Number(getFromReq(req, 'bill_count')) || undefined, |
47 | - base_bill_amount: Number(getFromReq(req, 'base_bill_amount')) || undefined, | |
47 | + base_bill_amount: Number(getFromReq(req, 'bill_amount')) || Number(getFromReq(req, 'base_bill_amount')) || undefined, | |
48 | 48 | |
49 | 49 | message: { |
50 | 50 | xid, |