mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update backend/src/webhook/elopage.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
807922a8d5
commit
65fb882f63
@ -140,7 +140,6 @@ export const elopageWebhook = async (req: any, res: any): Promise<void> => {
|
|||||||
firstName,
|
firstName,
|
||||||
lastName,
|
lastName,
|
||||||
publisherId: loginElopageBuy.publisherId || 0, // This seemed to be the default value if not set
|
publisherId: loginElopageBuy.publisherId || 0, // This seemed to be the default value if not set
|
||||||
redeemCode: '',
|
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user