Centralize sdk_object_to_hash logic in DataHelpers module and update all references for improved reusability and consistency. Add error handling for partial and failed SnapTrade account linking. (#741)

Co-authored-by: luckyPipewrench <luckypipewrench@proton.me>
This commit is contained in:
LPW
2026-01-22 16:19:44 -05:00
committed by GitHub
parent bf76d6b88d
commit 9858b36dc7
6 changed files with 41 additions and 52 deletions

View File

@@ -16,6 +16,8 @@ en:
success:
one: "Successfully linked %{count} account."
other: "Successfully linked %{count} accounts."
partial_success: "Linked %{linked} account(s). %{failed} failed to link."
link_failed: "Failed to link accounts: %{errors}"
no_accounts: "No accounts were selected for linking."
preload_accounts:
not_configured: "SnapTrade is not configured."