fix: callback ppob
This commit is contained in:
parent
2ca165f8d9
commit
e36d79d091
|
@ -1862,7 +1862,12 @@ export class TransactionService {
|
||||||
trx_id: trxId,
|
trx_id: trxId,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
amount: status ? amount + product_price.partner_fee + product_price.mark_up_price : 0,
|
amount: status
|
||||||
|
? amount -
|
||||||
|
admin +
|
||||||
|
product_price.partner_fee +
|
||||||
|
product_price.mark_up_price
|
||||||
|
: 0,
|
||||||
admin_price: admin,
|
admin_price: admin,
|
||||||
status: status ? 'SUCCESS' : 'FAILED',
|
status: status ? 'SUCCESS' : 'FAILED',
|
||||||
callback_json: JSON.stringify(message),
|
callback_json: JSON.stringify(message),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user