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
Add a "Complete Transaction" button if it doesn't already exist in the transaction messages view. The button should have an action that makes a PUT request to the backend that changes the Transaction's status to Fullfilled.
In the UI, there should be a UI rule in place that makes all input fields read-only when a transaction has the Fulfilled status, meaning no more real-time conversations can take place. However, the conversation can still be visible.
The text was updated successfully, but these errors were encountered:
Add a "Complete Transaction" button if it doesn't already exist in the transaction messages view. The button should have an action that makes a
PUT
request to the backend that changes theTransaction
's status toFullfilled
.In the UI, there should be a UI rule in place that makes all input fields read-only when a transaction has the
Fulfilled
status, meaning no more real-time conversations can take place. However, the conversation can still be visible.The text was updated successfully, but these errors were encountered: