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
When there is an account which doesn't require any documents the API returns an empty string instead of an array or null. The SDK assumes its always an array which will throw an exception:
$accounts['documents'] is in this case an empty string instead of an array.
The text was updated successfully, but these errors were encountered:
When there is an account which doesn't require any documents the API returns an empty string instead of an array or null. The SDK assumes its always an array which will throw an exception:
$accounts['documents']
is in this case an empty string instead of an array.The text was updated successfully, but these errors were encountered: