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
With the way things are currently set up, if the user happens to put fields outside of attributes that model_helper doesn't recognize, they won't get saved. It might be worth creating a place to dump the complete xml response so we can also trace where the information came from, and store things like meta: {instanceID: ...} and deviceID.
The text was updated successfully, but these errors were encountered:
@linzjax so save the entire response so we can enhance later? There is probably a point in the future where we might actually want to use the additional fields but I don't think we are there yet.
With the way things are currently set up, if the user happens to put fields outside of attributes that model_helper doesn't recognize, they won't get saved. It might be worth creating a place to dump the complete xml response so we can also trace where the information came from, and store things like
meta: {instanceID: ...}
anddeviceID
.The text was updated successfully, but these errors were encountered: