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
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
When using the OrderWatcher, when the callback receives a message and OrderState is valid, the OrderRelevantState property should have a value.
Current Behavior
When using the OrderWatcher, when the callback receives a message and OrderState is valid, the OrderRelevantState property is null.
Possible Solution
Not sure why it is null -- we need the order on a valid transaction so we can calculate the remaining available balance in the order for our own purposes.
The text was updated successfully, but these errors were encountered:
Hmm this sounds strange. It should definitely be populated to tell you the remaining amount. Can you put in some console.logs so we can get some insight into what you're seeing?
Expected Behavior
When using the OrderWatcher, when the callback receives a message and OrderState is valid, the OrderRelevantState property should have a value.
Current Behavior
When using the OrderWatcher, when the callback receives a message and OrderState is valid, the OrderRelevantState property is null.
Possible Solution
Not sure why it is null -- we need the order on a valid transaction so we can calculate the remaining available balance in the order for our own purposes.
The text was updated successfully, but these errors were encountered: