Merge branch 'development' into 'devops-staging'
fix: callback failed on bill See merge request empatnusabangsa/ppob/ppob-backend!174
This commit is contained in:
commit
a445de1bba
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user