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(