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 calling loadByGUID() the LeaveLines are always empty.
I can see that in the original API response within loadByGUID(), the LeaveLines and SuperLines are populated, and it's just after being passed through fromStringArray() that they are removed.
For example, $request->getResponse()->getElements() returns:
When calling
loadByGUID()
theLeaveLines
are always empty.I can see that in the original API response within
loadByGUID()
, theLeaveLines
andSuperLines
are populated, and it's just after being passed throughfromStringArray()
that they are removed.For example,
$request->getResponse()->getElements()
returns:VS what is returned from
loadByGUID()
:I haven't managed to drill down into it and figure out exactly what's going wrong, is this something you're able to look into?
The text was updated successfully, but these errors were encountered: