Skip to content
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

Added fallback property for FulfillmentChannel property when json property name does not match #787

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

jsaxdev
Copy link
Contributor

@jsaxdev jsaxdev commented Oct 30, 2024

There was a change in #745 where DataMember attribute Name property was changed. As far as I know it was changed for to correctly deserialize 'Listings Items' feeds JSON but if JSON comes from API getListingsItem it fails to deserialize correctly because that JSON contains property name fulfillmentChannelCode instead of fulfillment_channel_code . So I decided to add 'fallback' private property.

@abuzuhri abuzuhri merged commit 18f8887 into abuzuhri:main Oct 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants