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
However, nothing gets returned. I added some logging to the bill class, and I can see the data that's passed in is correct, but it never gets to the second log statement. It seems to be silently failing somewhere and I can't figure out where.
Seems to be something in the FacadeHelper::reflectArrayToObject method.
Log::debug($data);
$BillObject = FacadeHelper::reflectArrayToObject("Bill", $data, $throwException);
Log::debug($BillObject); <-- never gets here
Has anyone else run into this?
The text was updated successfully, but these errors were encountered:
I'm calling the Bill and/or VendorCredit facade like so:
However, nothing gets returned. I added some logging to the bill class, and I can see the data that's passed in is correct, but it never gets to the second log statement. It seems to be silently failing somewhere and I can't figure out where.
Seems to be something in the
FacadeHelper::reflectArrayToObject
method.Has anyone else run into this?
The text was updated successfully, but these errors were encountered: