From 6be79901423bff07c2a56ebc48d79a0c48c29b5a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 14 Feb 2022 16:42:59 +0100 Subject: [PATCH] mising space --- backend/src/webhook/elopage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/webhook/elopage.ts b/backend/src/webhook/elopage.ts index 2bf92dc98..abd139552 100644 --- a/backend/src/webhook/elopage.ts +++ b/backend/src/webhook/elopage.ts @@ -65,6 +65,7 @@ export const elopageWebhook = async (req: any, res: any): Promise => { console.log('Elopage Hook: Not an event we can process') return } + loginElopageBuy.affiliateProgramId = parseInt(product.affiliate_program_id) || null loginElopageBuy.publisherId = parseInt(publisher.id) || null loginElopageBuy.orderId = parseInt(order_id) || null