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
[WARN] - Received unexpected message from broker OrderPostback(Err("unknown variant "OPEN", expected one of "COMPLETE", "REJECTED", "CANCELLED", "UPDATE"")) [WARN] - Received unexpected message from broker OrderPostback(Err("missing field "app_id""))
I keep receiving these when I place an order from a different device.
For now I have found one solution: "Open" variant needs to be added to Order Enum.
The text was updated successfully, but these errors were encountered:
[WARN] - Received unexpected message from broker OrderPostback(Err("unknown variant "OPEN", expected one of "COMPLETE", "REJECTED", "CANCELLED", "UPDATE""))
[WARN] - Received unexpected message from broker OrderPostback(Err("missing field "app_id""))
I keep receiving these when I place an order from a different device.
For now I have found one solution: "Open" variant needs to be added to Order Enum.
The text was updated successfully, but these errors were encountered: