mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
mising space
This commit is contained in:
parent
a62b7e0d28
commit
6be7990142
@ -65,6 +65,7 @@ export const elopageWebhook = async (req: any, res: any): Promise<void> => {
|
|||||||
console.log('Elopage Hook: Not an event we can process')
|
console.log('Elopage Hook: Not an event we can process')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
loginElopageBuy.affiliateProgramId = parseInt(product.affiliate_program_id) || null
|
loginElopageBuy.affiliateProgramId = parseInt(product.affiliate_program_id) || null
|
||||||
loginElopageBuy.publisherId = parseInt(publisher.id) || null
|
loginElopageBuy.publisherId = parseInt(publisher.id) || null
|
||||||
loginElopageBuy.orderId = parseInt(order_id) || null
|
loginElopageBuy.orderId = parseInt(order_id) || null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user