mising space

This commit is contained in:
Ulf Gebhardt 2022-02-14 16:42:59 +01:00
parent a62b7e0d28
commit 6be7990142
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -65,6 +65,7 @@ export const elopageWebhook = async (req: any, res: any): Promise<void> => {
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