From 0e75f54d6e25da919e07eb8a3caced3d4a9bf9d3 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 15 Apr 2025 13:39:34 -0400 Subject: [PATCH] feature/IO-2282-VSSTA-Integration: - doc blocks / cleanup --- server/integrations/VSSTA/vsstaIntegrationRoute.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/integrations/VSSTA/vsstaIntegrationRoute.js b/server/integrations/VSSTA/vsstaIntegrationRoute.js index b9d9ac5bd..c98b689ca 100644 --- a/server/integrations/VSSTA/vsstaIntegrationRoute.js +++ b/server/integrations/VSSTA/vsstaIntegrationRoute.js @@ -1,3 +1,7 @@ +// Notes: At the moment we take in RO Number, and ShopID. This is not very good considering the RO number can often be null, need +// to ask if it is possible that we just send the Job ID itself, this way we don't need to really care about the bodyshop, and we +// don't risk getting a null + const axios = require("axios"); const { S3Client, PutObjectCommand } = require("@aws-sdk/client-s3"); const { getSignedUrl } = require("@aws-sdk/s3-request-presigner");