From c4a92c6482ffc58d8ddb2738bf86b45d03fe5859 Mon Sep 17 00:00:00 2001 From: Marshal Date: Sat, 4 Jul 2026 08:23:08 +0000 Subject: [PATCH] changes --- apps/edr-freight-api/src/modules/billing/billing.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-api/src/modules/billing/billing.service.ts b/apps/edr-freight-api/src/modules/billing/billing.service.ts index 71398896f..2a35daea0 100644 --- a/apps/edr-freight-api/src/modules/billing/billing.service.ts +++ b/apps/edr-freight-api/src/modules/billing/billing.service.ts @@ -947,7 +947,7 @@ export class BillingService { returnUrl: opts.returnUrl, failureUrl: opts.failureUrl, }); - +// // Link the intent to the invoice BEFORE any settlement can correlate against it. await this.dataSource .getRepository(Invoice)