From e4dbdd54bb7395c5f38ecd68db8d17a49ad190af Mon Sep 17 00:00:00 2001 From: raoulritter <59527829+raoulritter@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:20:49 +0200 Subject: [PATCH] Fix missing dependencies in WebhookHandlerFactory --- Helper/Webhook/WebhookHandlerFactory.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Helper/Webhook/WebhookHandlerFactory.php b/Helper/Webhook/WebhookHandlerFactory.php index edb815b47..2bc9d6dd5 100644 --- a/Helper/Webhook/WebhookHandlerFactory.php +++ b/Helper/Webhook/WebhookHandlerFactory.php @@ -35,6 +35,8 @@ class WebhookHandlerFactory private ChargebackWebhookHandler $chargebackWebhookHandler; private ChargebackReversedWebhookHandler $chargebackReversedWebhookHandler; private NotificationOfChargebackWebhookHandler $notificationOfChargebackWebhookHandler; + private RequestForInformationWebhookHandler $requestForInformationWebhookHandler; + private SecondChargebackWebhookHandler $secondChargebackWebhookHandler; public function __construct(