whisper-money/app/Http
Víctor Falcón 9772cfc37c
fix(automation): avoid skipping rule matches (#433)
## Summary
- replace ordered automation match scanning from chunkById to chunk so
sorted rows are not skipped
- make regression fixture deterministic across chunk boundaries

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact
tests/Feature/AutomationRuleApplicationTest.php --filter='matches
endpoint avoids repeated relationship queries'
- php artisan test --compact
tests/Feature/AutomationRuleApplicationTest.php
2026-05-26 08:26:20 +02:00
..
Controllers fix(automation): avoid skipping rule matches (#433) 2026-05-26 08:26:20 +02:00
Middleware feat: keep past due subscriptions active (#416) 2026-05-22 10:19:11 +01:00
Requests Apply automation rules to existing transactions (#413) 2026-05-22 08:36:18 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00