mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 07:05:00 +00:00
* Add manual Sophtron sync flow (#1705) Branch-to-branch merge. * Copy edits * Make Sophtron manual sync institution scoped * Populate Sophtron manual sync stats * Restore Sophtron bank credential copy * Address Sophtron manual sync review feedback * Scope manual sync processing failure handling * Hide raw Sophtron processor errors from flash * Clear Sophtron manual sync pointers on provider errors * Keep manual Sophtron MFA on manual sync records * Preserve manual sync processing error details
7 lines
445 B
Plaintext
7 lines
445 B
Plaintext
<%= hidden_field_tag :accountable_type, @accountable_type %>
|
|
<%= hidden_field_tag :account_id, @account_id %>
|
|
<%= hidden_field_tag :return_to, @return_to %>
|
|
<%= hidden_field_tag :manual_sync, @manual_sync_flow if @manual_sync_flow.present? %>
|
|
<%= hidden_field_tag :sync_id, @manual_sync_id if @manual_sync_id.present? %>
|
|
<%= hidden_field_tag :sophtron_account_id, @manual_sync_sophtron_account_id if @manual_sync_sophtron_account_id.present? %>
|