Compare commits

..

No commits in common. "01b4ee2bbdb2d133a6125d5cf6fe95c3763f4171" and "c98b8da9ba2332959b583986090e5b00c84f10c0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export class ChangeStatusBookingHandler
async handle(event: TransactionChangeStatusEvent) {
const data = event.data.data;
const dataID = data?.id ?? data?.order_id;
const dataID = data?.id;
const couchData = await this.couchService.getDoc(dataID, 'booking');