From 5ff0ca81b72326adf1a08b51f4217aea230cc484 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 7 Sep 2019 21:02:34 +0200 Subject: [PATCH] #2285 --- app/TransactionRules/Processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/TransactionRules/Processor.php b/app/TransactionRules/Processor.php index 225de82a3d..511f1676be 100644 --- a/app/TransactionRules/Processor.php +++ b/app/TransactionRules/Processor.php @@ -328,7 +328,7 @@ class Processor } } if ($trigger->stopProcessing) { - Log::debug('Stop processing this trigger and break.'); + Log::debug('Stop processing this rule and break off all triggers.'); break; } }