Fix renamed variable.

This commit is contained in:
James Cole
2025-06-03 19:26:07 +02:00
parent d78fd86d7a
commit 3a38175b2a

View File

@@ -49,7 +49,7 @@ class UpdatedGroupEventHandler
$this->processRules($event);
$this->recalculateCredit($event);
$this->triggerWebhooks($event);
if ($event->amountChanged) {
if ($event->runRecalculations) {
$this->updateRunningBalance($event);
}