Merge pull request 'feat: fixed midtrans' (#73) from fix/bug-firman into development
continuous-integration/drone/tag Build is passing Details

Reviewed-on: #73
staging 20.1.40-alpha.1
firmanr 2024-08-12 13:01:13 +00:00
commit cefeef8854
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export class MidtransCallbackHandler
) {}
async handle(event: MidtransCallbackEvent) {
console.log('callbak mid', event);
const data_id = event.data.id;
const data = event.data.data;
let old_data = undefined;