Merged in feature/IO-3210-Podium-Datapump (pull request #2314)

IO-3210 Podium Datapump

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2025-05-15 22:39:28 +00:00
committed by Patrick Fic

View File

@@ -185,7 +185,7 @@ async function uploadViaSFTP(csvObj) {
await sftp.connect(ftpSetup);
try {
csvObj.result = await sftp.put(Buffer.from(csvObj.xml), `${csvObj.filename}`);
csvObj.result = await sftp.put(Buffer.from(csvObj.csv), `${csvObj.filename}`);
logger.log("podium-sftp-upload", "DEBUG", "api", csvObj.bodyshopid, {
imexshopid: csvObj.imexshopid,
filename: csvObj.filename,