Improve listeners

This commit is contained in:
James Cole
2026-01-24 19:02:18 +01:00
parent 76b8ff18b0
commit 832019792f
23 changed files with 53 additions and 29 deletions

View File

@@ -114,7 +114,7 @@ class StoreController extends Controller
$flags->applyRules = $data['apply_rules'] ?? true;
$flags->fireWebhooks = $data['fire_webhooks'] ?? true;
$flags->batchSubmission = $data['batch_submission'] ?? false;
Log::debug('dingflofbips');
Log::debug('CreatedSingleTransactionGroup');
event(new CreatedSingleTransactionGroup($transactionGroup, $flags));
$manager = $this->getManager();