Compare commits
No commits in common. "08e018e16beae4aa09700c1b9a38dd57bd318e03" and "cc62910493db8b8b6e0c47900bb1a9dba007fe8e" have entirely different histories.
08e018e16b
...
cc62910493
|
@ -74,17 +74,12 @@ export class MidtransCallbackHandler
|
||||||
module: TABLE_NAME.TRANSACTION,
|
module: TABLE_NAME.TRANSACTION,
|
||||||
op: OPERATION.UPDATE,
|
op: OPERATION.UPDATE,
|
||||||
});
|
});
|
||||||
console.log({ data, old_data });
|
|
||||||
|
|
||||||
this.eventBus.publish(
|
this.eventBus.publish(
|
||||||
new TransactionChangeStatusEvent({
|
new TransactionChangeStatusEvent({
|
||||||
id: data_id,
|
id: data_id,
|
||||||
old: old_data,
|
old: old_data,
|
||||||
data: {
|
data: { ...data, status: transaction.status },
|
||||||
...data,
|
|
||||||
status: transaction.status,
|
|
||||||
booking_date: transaction.booking_date,
|
|
||||||
},
|
|
||||||
user: BLANK_USER,
|
user: BLANK_USER,
|
||||||
description: 'Midtrans Callback',
|
description: 'Midtrans Callback',
|
||||||
module: TABLE_NAME.TRANSACTION,
|
module: TABLE_NAME.TRANSACTION,
|
||||||
|
|
Loading…
Reference in New Issue