You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rare cases, some payment transactions fail, and DeSo does not currently provide proper error handling and reasons. DeSo Ops knows which transactions failed, but there's no functionality to resubmit failed transactions.
When at least one of the transactions fails, the goal is for DeSo Ops to provide a button that allows the logged-in user to resubmit the failed transactions.
Tasks
Whenever there are one or more failed transactions, display a red button next to the "Execute Payment" button, with a label of "Retry Failed Transactions"
When triggering the button, add a confirmation prompt
Update logic to submit payment requests for the failed transactions
After a retry, should there still be failed transactions, continuously allow re-submitting
Once all failed transactions have been successfully submitted, hide "Retry Failed Transactions" button
The text was updated successfully, but these errors were encountered:
Overview
In rare cases, some payment transactions fail, and DeSo does not currently provide proper error handling and reasons. DeSo Ops knows which transactions failed, but there's no functionality to resubmit failed transactions.
When at least one of the transactions fails, the goal is for DeSo Ops to provide a button that allows the logged-in user to resubmit the failed transactions.
Tasks
The text was updated successfully, but these errors were encountered: