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
We are closing this issue because it has been inactive for a few months.
This probably means that it is not reproducible or it has been fixed in a newer version.
If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
origin_address
underFulfillment
currently has the following signature:T.nilable(T::Array[T::Hash[T.untyped, T.untyped]])
However, with production payloads I am often getting an empty hash, not an array, e.g.:
"origin_address": {}
This causes
TypeError: Return value: Expected type T.nilable(T::Array[T::Hash[T.untyped, T.untyped]]), got type Hash with value {}
The text was updated successfully, but these errors were encountered: