Merge remote-tracking branch 'origin/release/2025-10-17' into feature/IO-2776-cdk-fortellis

This commit is contained in:
Dave
2025-10-06 12:26:57 -04:00
41 changed files with 1161 additions and 221 deletions

View File

@@ -199,7 +199,7 @@ function getCostAccount(billline, respcenters) {
async function MarkApExported(socket, billids) {
WsLogger.createLogEvent(socket, "DEBUG", `Marking bills as exported for id ${billids}`);
const client = new GraphQLClient(process.env.GRAPHQL_ENDPOINT, {});
const result = await client
.setHeaders({ Authorization: `Bearer ${socket.handshake.auth.token}` })
.request(queries.MARK_BILLS_EXPORTED, {