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
If both users of an order give /cancel order-id at the same time or within a few seconds, the bot keeps the order in Active status and does not cancel the order
If they try to cancel again, the bot will reply: 🕒 You have already made this operation, you must wait for the other party to take action
In the database, buyer_cooperativecancel and seller_cooperativecancel will be set to true, but the order will not change to status cancelled
The text was updated successfully, but these errors were encountered:
If both users of an order give
/cancel order-id
at the same time or within a few seconds, the bot keeps the order inActive
status and does not cancel the orderIf they try to cancel again, the bot will reply:
🕒 You have already made this operation, you must wait for the other party to take action
In the database,
buyer_cooperativecancel
andseller_cooperativecancel
will be set totrue
, but the order will not change to statuscancelled
The text was updated successfully, but these errors were encountered: