Files
sure/app/models/provider
Guillem Arias 77a100b345 fix(provider/metadata): add plaid_eu entry
`plaid_eu` is registered as a separate Provider::ConfigurationRegistry
entry but had no Provider::Metadata row, so its card in the
Available grid fell through to the gray-500 default and rendered
empty (no region, kind, tier, or tagline). The title also came out
as "Plaid Eu" because `titleize` doesn't know "EU" is an initialism.

- Add a `plaid_eu` row to Provider::Metadata::REGISTRY with the same
  shape as `plaid` (US → EU, otherwise identical).
- Introduce an optional `name:` field in metadata; controller falls
  back to it before titleizing the provider key. Lets `plaid_eu`
  render as "Plaid EU".
- Add the missing `settings.providers.taglines.plaid_eu` translation.
2026-05-09 13:22:01 +02:00
..
2025-11-24 19:52:34 +01:00
2026-04-11 21:37:07 +02:00
2025-11-25 20:21:29 +01:00
2026-04-09 18:33:59 +02:00
2025-11-24 19:52:34 +01:00
2025-08-05 23:35:01 +02:00
2026-04-09 18:33:59 +02:00
2025-11-25 20:21:29 +01:00
2025-11-25 20:21:29 +01:00
2025-09-24 00:19:51 +02:00
2025-10-28 19:32:27 +01:00
2026-04-09 18:33:59 +02:00