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
e47ca3d1c2
|
@ -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