Browse Source

simplenews_mailjet_subscriptions: added rules action to respond to unsubscribe webhook, drupla logger notice

bach 2 years ago
parent
commit
a528b89949

+ 2 - 2
patches/simplenews_mailjet_subscriptions__usingmailjetmodule.patch

@@ -303,7 +303,7 @@ index 98342b5..f67ba96 100644
        '#type' => 'submit',
 diff --git a/src/Plugin/RulesAction/UnsubscribeFromList.php b/src/Plugin/RulesAction/UnsubscribeFromList.php
 new file mode 100644
-index 0000000..c6a5a77
+index 0000000..b880ed2
 --- /dev/null
 +++ b/src/Plugin/RulesAction/UnsubscribeFromList.php
 @@ -0,0 +1,49 @@
@@ -347,7 +347,7 @@ index 0000000..c6a5a77
 +  protected function doExecute(integer $listID, string $email) {
 +    $l = $listID;
 +    $e = $email;
-+    \Drupal::logger('simplenews_mailjet_subscriptions')->info("Unsubscribe webhook triggered for listID: " . $listID . ", and email: " . $email . ".");
++    \Drupal::logger('simplenews_mailjet_subscriptions')->notice("Unsubscribe webhook triggered for listID: " . $listID . ", and email: " . $email . ".");
 +    // find corresponding simplenews list from mailjet listID
 +
 +    // get subscriber entity