fix: callback ppob
This commit is contained in:
@@ -1847,6 +1847,7 @@ export class TransactionService {
|
||||
amount: number,
|
||||
admin: number,
|
||||
status: boolean,
|
||||
message: string,
|
||||
) {
|
||||
const billData = await this.findOneBillById(trxId);
|
||||
console.log(billData,"ini dia")
|
||||
@@ -1864,6 +1865,7 @@ export class TransactionService {
|
||||
amount: status ? amount + product_price.partner_fee + product_price.mark_up_price : 0,
|
||||
admin_price: admin,
|
||||
status: status ? 'SUCCESS' : 'FAILED',
|
||||
callback_json: JSON.stringify(message),
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user