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
ForcePayment is the only message right now, that concent can process, which is not instance of message.tasks.TaskMessage. Because of that we can't use is_valid() method on it and we need to write special cases for handling that message.
Fixing this issue one way or another, would help us with future implementation.
The text was updated successfully, but these errors were encountered:
ForcePayment
is the only message right now, that concent can process, which is not instance ofmessage.tasks.TaskMessage
. Because of that we can't useis_valid()
method on it and we need to write special cases for handling that message.Fixing this issue one way or another, would help us with future implementation.
The text was updated successfully, but these errors were encountered: