fix: callback failed on bill
This commit is contained in:
parent
2daf62b3df
commit
cb7d6833aa
|
@ -1861,7 +1861,7 @@ export class TransactionService {
|
|||
trx_id: trxId,
|
||||
},
|
||||
{
|
||||
amount: amount + product_price.partner_fee + product_price.mark_up_price,
|
||||
amount: status ? amount + product_price.partner_fee + product_price.mark_up_price : 0,
|
||||
admin_price: admin,
|
||||
status: status ? 'SUCCESS' : 'FAILED',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user