mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 04:50:54 +00:00
finilize gl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user