Files
sure/app/controllers
soky srm 369ae8a6da Fix "invisible" merchants (#262)
- Fix display issues on the settings -> merchants page.
Currently it was showing only user created merchants, not provider created ones.
  - SimpleFin had its own MerchantDetector class that directly called ProviderMerchant.find_or_create_by!
  - This was inconsistent with Plaid and Lunchflow which use the centralized import_adapter.find_or_create_merchant method
  - Different unique keys: SimpleFin used source + name, others used source + provider_merchant_id
2025-10-30 21:30:20 +01:00
..
2025-10-30 14:07:16 +01:00
2025-03-05 13:44:56 -06:00
2025-10-24 00:08:59 +02:00
2025-05-24 18:33:59 -04:00