Add support for batch submission.

This commit is contained in:
James Cole
2026-01-24 18:34:49 +01:00
parent 7edc386cdd
commit 8c0a82ac0a
8 changed files with 142 additions and 99 deletions

View File

@@ -82,6 +82,9 @@ class UpdateController extends Controller
$applyRules = $data['apply_rules'] ?? true;
$fireWebhooks = $data['fire_webhooks'] ?? true;
$runRecalculations = $oldHash !== $newHash;
// FIXME responds to a single event.
// flags in array?
event(new UpdatedTransactionGroup($transactionGroup, $applyRules, $fireWebhooks, $runRecalculations));
/** @var User $admin */