From 90fea950beea437c2d7ad3187a25ebe6c7e544f4 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Fri, 24 Dec 2021 17:42:57 +0000
Subject: [PATCH] Update docs re multidomain

---
 docs/index.md | 7 ++++++-
 info.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 7506187..f70833c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,7 +6,12 @@ It provides multiple functions such as APIs, refund UI, shared code and a compat
 
 ## Setup
 
-If using multisite/multi-domain you **must** setup scheduled jobs for each domain.
+#### Job.process_paymentprocessor_webhooks
+
+This job processes new webhook events in the `civicrm_paymentprocessor_webhook` table.
+
+* Run: Always
+* Domain-specific: YES. This job MUST be run on every domain you have setup if using multisite/multidomain.
 
 ## Support and Maintenance
 
diff --git a/info.xml b/info.xml
index ecf9491..63ac4b1 100644
--- a/info.xml
+++ b/info.xml
@@ -14,7 +14,7 @@
     <url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2021-12-21</releaseDate>
+  <releaseDate>2021-12-24</releaseDate>
   <version>1.2.1-dev</version>
   <develStage>beta</develStage>
   <compatibility>
-- 
GitLab