-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Id field on Product should deserialize product_id instead of id? #746
Comments
Yea this seems like an oversight, i have filed an internal Jira to map |
did not intend to close the issue 😓 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
segmentio/analytics-react-native#277 (mirrored Appboy/appboy-segment-android#25)
We have an issue where a mutual customer is expecting to be able to pass
product_id
as the Id field on product objects, but onlyid
is working. I believe it's because when deserializingProduct
objects, the Android code is expectingid
instead ofproduct_id
analytics-android/analytics/src/main/java/com/segment/analytics/Properties.java
Line 391 in 006bd94
Is that understanding correct? I think this may only really come up with react native type integrations, where things aren't typed by integrators using the Java objects before being passed into Segment.
The text was updated successfully, but these errors were encountered: