fix: callback failed on bill
This commit is contained in:
@@ -1861,7 +1861,7 @@ export class TransactionService {
|
|||||||
trx_id: trxId,
|
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,
|
admin_price: admin,
|
||||||
status: status ? 'SUCCESS' : 'FAILED',
|
status: status ? 'SUCCESS' : 'FAILED',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user