Clean up a bunch of code and improve transaction store events

This commit is contained in:
James Cole
2026-01-25 09:02:47 +01:00
parent 22b97ce8ef
commit f5a929d72e
36 changed files with 396 additions and 100 deletions

View File

@@ -26,5 +26,6 @@ class TransactionGroupEventFlags
public bool $applyRules = true;
public bool $fireWebhooks = true;
public bool $batchSubmission = false;
public bool $recalculateCredit = true;
}