From 161dcd26226b9e492a827559a99ea7d77ae73938 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 5 Dec 2022 20:53:17 +0100 Subject: [PATCH] patched mailjet.module bug fix #1990 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 8d55f268..98aa8f71 100644 --- a/composer.json +++ b/composer.json @@ -301,6 +301,9 @@ "drupal/structure_sync": { "With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch" }, + "drupal/mailjet": { + "https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch" + }, "drupal/simplenews_mailjet_subscriptions": { "using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#3.patch" },