diff --git a/backend/src/webhook/elopage.ts b/backend/src/webhook/elopage.ts index ee8c3fc94..d5eaef521 100644 --- a/backend/src/webhook/elopage.ts +++ b/backend/src/webhook/elopage.ts @@ -140,7 +140,6 @@ export const elopageWebhook = async (req: any, res: any): Promise => { firstName, lastName, publisherId: loginElopageBuy.publisherId || 0, // This seemed to be the default value if not set - redeemCode: '', }) } catch (error) { // eslint-disable-next-line no-console