Merge branch 'dev' into freight/feat/invoice

This commit is contained in:
Nathnael Wondisha
2026-06-29 17:24:29 +03:00
committed by GitHub
42 changed files with 2337 additions and 207 deletions

View File

@@ -472,6 +472,7 @@ export class PaymentService {
paidAt: event.paidAt ? new Date(event.paidAt) : undefined,
notify: true,
});
// console.log(`Payment finalized for booking ${event.referenceId}, intent ${intent.id}, alreadyFinalized: ${alreadyFinalized}`);
return { processed: true, alreadyFinalized };
}