From e838af8d4b6ad4d04bf512c186fa869237325d47 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 25 Nov 2021 09:23:23 +0100 Subject: [PATCH] elopage hook problem --- backend/src/webhook/elopage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/webhook/elopage.ts b/backend/src/webhook/elopage.ts index 90cdb159f..9e2ddeb81 100644 --- a/backend/src/webhook/elopage.ts +++ b/backend/src/webhook/elopage.ts @@ -27,7 +27,6 @@ import { LoginElopageBuys } from '@entity/LoginElopageBuys' import { LoginUser } from '@entity/LoginUser' -import { randomBytes } from 'crypto' import { UserResolver } from '../graphql/resolver/UserResolver' export const elopageWebhook = async (req: any, res: any): Promise => { @@ -145,6 +144,7 @@ export const elopageWebhook = async (req: any, res: any): Promise => { firstName, lastName, publisherId: loginElopgaeBuy.publisherId, + password: '123', // TODO remove }) } catch (error) { // eslint-disable-next-line no-console