whisper-money/app/Http/Controllers/OpenBanking
Víctor Falcón d73cc9b01f
Fix failed reconnect deleting connections (#409)
## Summary
- keep existing banking connections visible when reconnect callback
fails
- mark failed reconnects as error instead of soft-deleting them
- add regression test for failed ING-style reconnect

## Test
- vendor/bin/pint --dirty --format agent
- php artisan test --compact
tests/Feature/OpenBanking/AuthorizationControllerTest.php
2026-05-20 14:31:00 +01:00
..
Concerns Backfill Coinbase monthly history (#395) 2026-05-14 10:52:46 +01:00
AccountMappingController.php Backfill Coinbase monthly history (#395) 2026-05-14 10:52:46 +01:00
AuthorizationController.php Fix failed reconnect deleting connections (#409) 2026-05-20 14:31:00 +01:00
BinanceController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
BitpandaController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
CoinbaseController.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
ConnectionController.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
IndexaCapitalController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
InstitutionController.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00