From b92c4ed149974e1cb1b48af215dbbd6d10f419e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Thu, 12 Mar 2026 12:23:32 +0000 Subject: [PATCH] fix(banking): correct backfill-ibans endpoint, handle expired sessions, and update labels (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Corrects the `/accounts/{id}` endpoint to `/accounts/{id}/details` in `EnableBankingProvider`. - Gracefully handles 404 responses (expired/revoked sessions) during IBAN backfill, skipping them without counting as failures. - Updates the \"Re-evaluate All Expenses\" UI label to \"Update categories automatically\" (EN) / \"Actualizar categorías automáticamente\" (ES). --- lang/es.json | 2 +- .../js/components/transactions/transaction-actions-menu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es.json b/lang/es.json index d5459d9c..fe630193 100644 --- a/lang/es.json +++ b/lang/es.json @@ -902,7 +902,7 @@ "Profile Settings": "Configuración del Perfil", "Profile information": "Información del perfil", "Protect your privacy with no tracking or third-party analytics.": "Protege tu privacidad sin rastreo ni análisis de terceros.", - "Re-evaluate All Expenses": "Reevaluar Todos los Gastos", + "Update categories automatically": "Actualizar categorías automáticamente", "Re-evaluate rules": "Reevaluar reglas", "Reactivate Your Subscription": "Reactiva Tu Suscripción", "Ready to take control of your finances?": "¿Listo para tomar el control de tus finanzas?", diff --git a/resources/js/components/transactions/transaction-actions-menu.tsx b/resources/js/components/transactions/transaction-actions-menu.tsx index dfe4bf6f..3375dcb7 100644 --- a/resources/js/components/transactions/transaction-actions-menu.tsx +++ b/resources/js/components/transactions/transaction-actions-menu.tsx @@ -185,7 +185,7 @@ export function TransactionActionsMenu({ disabled={isReEvaluating} > - {__('Re-evaluate All Expenses')} + {__('Update categories automatically')}