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
As far as I can see from looking at the save and fill methods, the raw response is not preserved.
Your best option would be to use the insert or update method directly, but since the fill method is protected you cannot use it directly without some workaround.
For example:
$rawResponse = $CashEntry->save()->getRawResponse()
?The text was updated successfully, but these errors were encountered: