From f58c00a9e11dcb165204cd721734568fbac7be8e Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Thu, 29 Sep 2022 22:25:59 +0100
Subject: [PATCH] Don't activate stripe job if it was disabled

---
 api/v3/Job/ProcessStripe.mgd.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/v3/Job/ProcessStripe.mgd.php b/api/v3/Job/ProcessStripe.mgd.php
index 7aab6ea9..d51e2a64 100644
--- a/api/v3/Job/ProcessStripe.mgd.php
+++ b/api/v3/Job/ProcessStripe.mgd.php
@@ -14,6 +14,7 @@ return [
     [
       'name' => 'ProcessStripe',
       'entity' => 'Job',
+      'update' => 'never',
       'params' =>
         [
           'version' => 3,
-- 
GitLab