finilize gl

This commit is contained in:
marshal
2026-07-02 12:06:17 +03:00
parent 9c18d086d7
commit 4fefe4f827
50 changed files with 5150 additions and 1793 deletions

View File

@@ -219,13 +219,13 @@ export class PaymentService {
//////////////// fake
await this.datasource.manager.update(
Booking,
{ id: input.referenceId },
{ status: "PAID", paymentStatus: "PAID" },
);
await this.firstMileService.acceptBooking(input.referenceId);
await this.bookingBatchService.ensurePaidBookingAllocated(input.referenceId);
// await this.datasource.manager.update(
// Booking,
// { id: input.referenceId },
// { status: "PAID", paymentStatus: "PAID" },
// );
// await this.firstMileService.acceptBooking(input.referenceId);
// await this.bookingBatchService.ensurePaidBookingAllocated(input.referenceId);
//////////////// fake